shuding / react-wrap-balancer

Simple React Component That Makes Titles More Readable
https://react-wrap-balancer.vercel.app
MIT License
4.01k stars 65 forks source link

feat: react under 18 support. #62

Closed okinawaa closed 1 year ago

okinawaa commented 1 year ago

implement #38

Thank you for providing a good library.

We only use the function useId which react 18 gave, but it is regrettable that the user under react18 version cannot use react-wrap-balancer. I tried to modify the code to make useId polyfill to satisfy past version.

Thank you.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-wrap-balancer ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2023 10:12am
shuding commented 1 year ago

Thanks, this implementation looks good to me!