dai-shi / react-worker-components

React Worker Components simplify using Web Workers
MIT License
337 stars 7 forks source link

fix: disable cache in deserializer #3

Closed Aslemammad closed 1 year ago

Aslemammad commented 2 years ago

We sometimes return the first component when rendering the second one because of cache and idx2obj, so here, in every element, we clear the cache first! With this, https://github.com/Aslemammad/react-worker-components-plugin/runs/5167585837?check_suite_focus=true is going to be fixed.