You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this lib is still being maintained as there hasn't been much activity in a while but i've come across an issue when using the noWrapper prop.
Not sure if this lib is still being maintained as there hasn't been much activity in a while but i've come across an issue when using the
noWrapper
prop.When doing something like:
the tag specified in
noWrapper
is ignored and just the children are returned.I've put together an example repo here: https://codesandbox.io/s/strange-napier-6tvbp4?file=/src/App.tsx
From a quick look over the code, my guess is it has something to do with the if statement on line 168:
react-lazy-hydration/src/index.tsx
Lines 168 to 170 in 8faafaa
It looks like that's checking whether
noWrapper
exists rather than whether its actual value istrue
...but the problem may be deeper than that.
The text was updated successfully, but these errors were encountered: