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 also got error in Next 9.1, but mine is: TypeError: LoadableComponent.preload is not a function. Temporarily, I solved it by mocking next-server/dynamic and next/dynamic. Don't know why the error occurred while in line 35 (index.js) already prevented it. 🤔
I am getting the following error when attempting to dynamically load within a babel compiled component:
The compiled contents looks like so:
I am wondering if this package supports this scenario?
The text was updated successfully, but these errors were encountered: