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
Sorry for delayed response. Next.js support is still experimental so don't yet have a clear recommended way of using the Remote Component within Next.js.
But we are using Next.js for some projects, so there may be some official support coming soon.
I wan to load some components by a fetch result, such as:
The question is in nextjs getInitialProps
dyComp
can't be translate to JSON. so it can not work.on browser console,
console.log(dyComp) ==> {table: {}, button: {}}
Do you have a good idea?
The text was updated successfully, but these errors were encountered: