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
Hello,
I know that under the hood, this plugin needs to use parts of React lib to function correctly. I would really like to import react from a CDN in my app, but I do not think there is any way to shim the dependancies and access react/lib from the window.React, that I know of. Therefore, I'm stuck bundling React myself to support this plugin. I figured at least putting this here as a note would be worthwhile, since I imagine others putting an app in production may want to keep a small js bundle size.
Thanks,
Joe
The text was updated successfully, but these errors were encountered:
Hello,
I know that under the hood, this plugin needs to use parts of React lib to function correctly. I would really like to import react from a CDN in my app, but I do not think there is any way to shim the dependancies and access react/lib from the window.React, that I know of. Therefore, I'm stuck bundling React myself to support this plugin. I figured at least putting this here as a note would be worthwhile, since I imagine others putting an app in production may want to keep a small js bundle size.
Thanks,
Joe
The text was updated successfully, but these errors were encountered: