Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to support React 17 #73

Open
IIIristraM opened this issue Feb 5, 2021 · 1 comment
Open

Update dependencies to support React 17 #73

IIIristraM opened this issue Feb 5, 2021 · 1 comment

Comments

@IIIristraM
Copy link

It seems like library works without problems with React 17, even better, cause in 17 some bugs around Suspense have been fixed.

So It would be nice to include 17 to dependencies.

@overlookmotel
Copy link
Owner

Hi @IIIristraM. Thanks for bringing this up.

I've not tested it, but I'm unaware of changes in React 17 which revert the problems introduced in React 16.10.0.

The problems relate especially to hydrating when some of the components throw a Promise with [NO_SSR] property on the server side (see docs here).

Would you be able to test this particular case with React 17? If it now works with React 17, I'll be happy to update the dependency range and make React 17 supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants