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
You checked "Using the latest stable version of React and ReactDOM v19" but that error says Next.js 14.2.8, which uses react 18 (feel free to correct me if this is wrong).
Bug report in v5
Expected behavior
I have a nextjs Project which is running server side.
I try to implement a leaflet map into my component.
Actual behavior
I have a page.js which is running SSR: I implemented my MapCaller in it, which looks like this:
My Map Component looks like this:
But now i am getting this error:
I hope somebody can help me with my problem
The text was updated successfully, but these errors were encountered: