You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the script below to use react-scan. It doesn't work today.
I notice that the newly version of react-scan which is 0.0.51 will detect react lib type and forbid to start in production mode react.
But, if I use rspack-like bundler which will compile whole project which means it's always production type of react.
So, for my case, I think I need the auto script always pass dangerouslyForceRunInProduction.
Or may be you can provide more flexible options
The text was updated successfully, but these errors were encountered:
arronKler
changed the title
Can not use react-scan directly through js snippet or proxy inject now in newly version
Can not use react-scan directly through js snippet or proxy injection now in newly version
Dec 20, 2024
I use the script below to use react-scan. It doesn't work today.
I notice that the newly version of react-scan which is 0.0.51 will detect react lib type and forbid to start in production mode react.
But, if I use rspack-like bundler which will compile whole project which means it's always production type of react.
So, for my case, I think I need the auto script always pass
dangerouslyForceRunInProduction
.Or may be you can provide more flexible options
The text was updated successfully, but these errors were encountered: