Closed
Description
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 asHelloReactHooks
: 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.