react-lazy-hydration
react-lazy-hydration copied to clipboard
fix: avoid function call on null
I've noticed recently on our sentry logs, that we have the following error :
I had a look and I see that the ref is initialized with null, so I decided to propose this slight change, to avoid the error.