Describe the bug
The try.ps.ai links to *ReactHooks recipes are broken. There was a related issue with TryPureScript that was fixed here. So it seems like the issue is just that try.ps.ai is not up-to-date with TryPureScript. I don't know how try.ps.ai is maintained; apologies if this is not the right place to open an issue.
To Reproduce
Steps to reproduce the behavior:
- Go to the
README for this project
- Click on any try link for a
*ReactHooks recipe (such as HelloReactHooks: https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/HelloReactHooks/src/Main.purs)
- Open browser console
- See error
Uncaught TypeError: React.forwardRef is not a function
Expected behavior
Would expect the same behavior as loading the same source code in try.purescript.org editor.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
- OS: [e.g. iOS]
- Browser (if applicable): Chrome & Firefox
- Node Version:
- Spago Version:
- PureScript Version:
Additional context
Add any other context about the problem here.
Describe the bug
The
try.ps.ailinks to*ReactHooksrecipes are broken. There was a related issue with TryPureScript that was fixed here. So it seems like the issue is just thattry.ps.aiis not up-to-date with TryPureScript. I don't know howtry.ps.aiis maintained; apologies if this is not the right place to open an issue.To Reproduce
Steps to reproduce the behavior:
READMEfor this project*ReactHooksrecipe (such asHelloReactHooks: https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/HelloReactHooks/src/Main.purs)Uncaught TypeError: React.forwardRef is not a functionExpected behavior
Would expect the same behavior as loading the same source code in
try.purescript.orgeditor.Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
Add any other context about the problem here.