shuding / react-wrap-balancer

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

Cannot read properties of null (reading 'clientWidth') #76

Closed vignesh-gupta closed 1 year ago

vignesh-gupta commented 1 year ago

I'm using the package in NEXT 13 with Typescript. And I'm getting this error -

Unhandled errors reported when running the application. 
TypeError: Cannot read properties of null (reading 'clientWidth')

Any Suggestion?

vignesh-gupta commented 1 year ago

I missed to add a Provider. Adding the Provider solves it.