Hi,
currently the npm package declares a peerDependency to preact at the root level (/package.json) and no peerDependency at react or preact level (/[p]react/package.json).
Is it on purpose (e.g. that some bundlers/tools do not support peerDeps on sub packages) or should it be fixed ?
Cheers !