When I install this package and import it into my project then run my test suite using vitest, I get the following error
42136 Segmentation fault: 11 vitest
Removing the import but keeping the package install gets rid of this error. Doing a quick search online this might be related to threading in vitest but im not 100% sure because I didn't get a chance to dive deep into what the underlying packages are doing.
When I install this package and import it into my project then run my test suite using vitest, I get the following error
42136 Segmentation fault: 11 vitest
Removing the import but keeping the package install gets rid of this error. Doing a quick search online this might be related to threading in vitest but im not 100% sure because I didn't get a chance to dive deep into what the underlying packages are doing.
Similar issue