Nicolapps / mapkit-react

🗺⚛️ A React wrapper for MapKit JS
https://nicolapps.github.io/mapkit-react/
MIT License
55 stars 10 forks source link

Upgrade Storybook #40

Closed nikischin closed 1 year ago

nikischin commented 1 year ago

The currently used storybook still is on v6 whereas v7 is already out. Storybook v6 is based on React 17 (or at least the console warnings say so), not sure if this has any implications with the code running inside the storybook but it might need an update.

I am currently trying to implement the support for custom Callouts and none of my implementations so far worked as expected. Most likely this is because of my lack of experience embedding REACT components in Javascript libraries, though I would feel more confident knowing it is not the reason of the React version or something. You can find my current progress here but this still needs a significant amount of work to do: https://github.com/nikischin/mapkit-react/tree/feature/customCallout

Maybe @derekr has better experience in implementing REACT components in Javascript and could help out?

Thank you!