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
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Hi, great library, thanks! I think a recent (as in last day or so) change in one of the node libraries used by the project is causing server-side rendering to fail. I haven't had a chance to take a look at exactly what's going on, and I have no idea yet what library is causing this, but you can reproduce it by cloning this repo, make install and make serve. In your browser, disable javascript for the page and you'll see an empty page returned from server when refreshing the page. This is happening on both linux and macos for me. I know it's something client-side, because I had an old bundle.js produced a day or two ago in another folder, and by dropping it in, it worked again. Something in the webpack output has changed I think. I'll look into this some more to see where exactly the issue is occurring, but thought I'd let you know in case you might have any ideas? I can see that if I remove the in toString.js, the app renders server side again. The issue is probably something related to the redux store.