lostpebble / pullstate

Simple state stores using immer and React hooks - re-use parts of your state by pulling it anywhere you like!
https://lostpebble.github.io/pullstate
MIT License
1.08k stars 23 forks source link

Issue with catch without (e) #96

Closed hohenp closed 3 years ago

hohenp commented 3 years ago

I get an unexpected token issue, as there is a catch without "(e)"

image

When I change your index.es.js and add a (e) to catch (e) { ... the issue is fixed...

hohenp commented 3 years ago

Has to be fixed via correct build pipeline. I post an update when I got the correct build configuration. Thanks for hour help!