Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.