Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusbuffett/hooks-issue-example
An issue with halogen hooks (or more likely how I'm using it)
https://github.com/marcusbuffett/hooks-issue-example
Last synced: 25 days ago
JSON representation
An issue with halogen hooks (or more likely how I'm using it)
- Host: GitHub
- URL: https://github.com/marcusbuffett/hooks-issue-example
- Owner: marcusbuffett
- Created: 2020-05-22T19:43:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:42:12.000Z (about 2 years ago)
- Last Synced: 2024-05-01T13:08:20.871Z (8 months ago)
- Language: Dhall
- Size: 3.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To start project:
```
yarn install && yarn start
```Tap on open, the "modal" opens. Tap on the modal to close, and you get this
error:```
Error: Failed pattern match at Data.Maybe (line 268, column 1 - line 268, column 46): Nothing2 bundled.js:2788:15
fromJust http://127.0.0.1:4201/bundled.js:2788
unsafeSetCell http://127.0.0.1:4201/bundled.js:39115
interpretHalogenHook http://127.0.0.1:4201/bundled.js:39663
interpretHalogenHook http://127.0.0.1:4201/bundled.js:39673
```