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 came to you asking for help.
I'm creating an module federated app using:
nextjs 12
react 18
module federation/nextjs-mf 4.1.0
typescript v4.7.2
I'm trying to achieve this.
This example uses two nextjs apps without typescript, wich work perfectly.
With the same host app ( wich is the main app ), exposed a component that I receive in a regular nextjs app, and thats great.
The problem
Using the same host configuration as the documentation example, I'm getting this error on pages/index.tsx
I have days searching and trying to figure out why it's happening, tryed many .eslintrc-.eslintrc.json configurations and packages and nothing fix the problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone.
I came to you asking for help.
I'm creating an module federated app using:
I'm trying to achieve this.
This example uses two nextjs apps without typescript, wich work perfectly.
With the same host app ( wich is the main app ), exposed a component that I receive in a regular nextjs app, and thats great.
The problem
Using the same host configuration as the documentation example, I'm getting this error on
pages/index.tsx
I have days searching and trying to figure out why it's happening, tryed many
.eslintrc
-.eslintrc.json
configurations and packages and nothing fix the problem.Has anyone been through this before?
Beta Was this translation helpful? Give feedback.
All reactions