Patch Changes
- #6110
fbe8e50bThanks @unrevised6419! - Declare@types/react(>=18.0.0) and@types/lodash(^4.14.0) as optional peer dependencies. The shipped type declarations import fromreactandlodashin type positions, but the typings packages were only listed indevDependencies. Under a hoistednode_moduleslayout that resolves by accident; under pnpm's isolated linker with a global virtual store it does not, and consumers getTS7016implicit-any errors (or silently degradedanyprops) for the editor components. Both entries are optional, so JavaScript-only consumers do not get unmet-peer warnings.