seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.48k stars 182 forks source link

Upgrade `react-docgen-typescript` #230

Closed phoebejhhong closed 3 years ago

phoebejhhong commented 3 years ago

Hi team, thank you for creating a great project. My team is excited to introduce Playroom into our toolset and it's so good to see Webpack 5 support has been released.

Another blocker of ours in react-docgen-typescript version. Prop autocomplete isn't working for our components because we are on Typescript 4.3. The error we're seeing was fixed in 2.0.0 with this change: https://github.com/styleguidist/react-docgen-typescript/pull/360