pocka / figspec

Unofficial Figma spec viewer: Live Embed Kit - Live + Guides + Inspector

Home Page:https://pocka.github.io/figspec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for React v18.x

brettdewoody opened this issue · comments

This package currently has a peer dependency of React 16|17. With Storybook now supporting React v18 can we update this to include React 18 as a peer dependency.

I'm happy to submit a PR for this upgrade if desired.

Yes, we should add v18 to the allowed versions! I checked the source code of @lit-labs/react (which this package uses internally for Lit to React conversion) and saw no deprecated or deleted APIs. PR would be welcome.