You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: