We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this package exports React.FunctionComponent type, but preact has different type
I found no issues running this package with preact (without actually running :) ), but it's nearly impossible to do with TypeScript due to typings
The text was updated successfully, but these errors were encountered:
Hi @ColCh! I’m not familiar enough with preact to think on a fix for that. Do you have any idea? 🙂
Sorry, something went wrong.
Me to ...
Seems like this is some good advice posted here preactjs/preact-compat#497
TLDR: move react and preact to peerDeps, add preact separate entrypoint
No branches or pull requests
this package exports React.FunctionComponent type, but preact has different type
I found no issues running this package with preact (without actually running :) ), but it's nearly impossible to do with TypeScript due to typings
The text was updated successfully, but these errors were encountered: