Replies: 2 comments 1 reply
-
After some further digging, it appears that things break with Also, setting overlay={true} is a workaround for |
Beta Was this translation helpful? Give feedback.
-
hi The error Unfortunately, the version of As for the Here are a few things you can try to resolve the issue:
It's worth noting that working with different libraries and their dependencies can be challenging, especially when dealing with compatibility issues. If you're unable to resolve the issue, you may need to reevaluate your approach or consider alternative solutions. |
Beta Was this translation helpful? Give feedback.
-
I was trying to reproduce the example
stories/src/canvas/mapbox.stories.tsx
in a local project. Relevant dependency versions which I need to use are:I'm getting the following errors:
It looks like the
react-three-map
should work with versions ofthree
as old as 0.133.0 from the peer dependencies.Anything obvious I should check?
Also, is the package compatible with MapBox GL JS v3.x?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions