Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rburgst/preact-error-usememo
sample repro repo for a preact hooks error
https://github.com/rburgst/preact-error-usememo
Last synced: 2 days ago
JSON representation
sample repro repo for a preact hooks error
- Host: GitHub
- URL: https://github.com/rburgst/preact-error-usememo
- Owner: rburgst
- Created: 2022-06-22T10:44:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T10:45:03.000Z (over 2 years ago)
- Last Synced: 2024-11-08T17:53:07.171Z (about 2 months ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample repo showing a preact hooks error
To reproduce
1. run `yarn install`
2. run `yarn jest`## Expected
tests should pass
## Actual
Tests pass with preact <= `10.8.0` but fail with preact >= `10.8.1`.