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
Hi guys, thanks for your efforts I have found a bug where forwardRef and memo crashes website completely Here is a minimal repo: https://github.com/TrejGun/react-refresh-bug
Note: there are 3 components inside Simple - works fine ForwardRef - fails Workaround - shows that forwardRef potentially can work
Please take a look at this. I have also created the same bug in Jack-Works/react-refresh-transformer#9
The text was updated successfully, but these errors were encountered:
Hi, you must use ESModule as your TypeScript transpile target as the document said.
ESModule
module (not target) set to es2015 or later (not work with CommonJS currently.)
https://github.com/Jack-Works/react-refresh-transformer/tree/main/typescript#minimal-requirement
If it's impossible to feed source code as ESModule to webpack, please let me know!
Sorry, something went wrong.
No branches or pull requests
Hi guys, thanks for your efforts
I have found a bug where forwardRef and memo crashes website completely
Here is a minimal repo:
https://github.com/TrejGun/react-refresh-bug
Note: there are 3 components inside
Simple - works fine
ForwardRef - fails
Workaround - shows that forwardRef potentially can work
Please take a look at this.
I have also created the same bug in Jack-Works/react-refresh-transformer#9
The text was updated successfully, but these errors were encountered: