Skip to content

Kingdutch/urql-suspense-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for teamwalnut/rescript-urql#232

Run yarn start to test

The problem does not exist when the package.json does not contain the resolutions line, since this will install an extra copy of wonka (@4) in the urql folder. However, this might cause issues when something in the application actually uses the other installation of wonka.

To reveal the problem, adding the following snippet to package.json will force yarn to install only the version 5 of Wonka.

  "resolutions": {
    "wonka": "5.0.0-rc.1"
  }

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published