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
But the short version is that this library doesn't work when importing using jest v28. I have fixed this by changing the package.json from this library
I have created a question on stackoverflow detailing my problem.
But the short version is that this library doesn't work when importing using
jest
v28. I have fixed this by changing thepackage.json
from this libraryFrom;
To;
I wasn't able to find any documentation about what
exports
is supposed to do but this style seems more inline with other packages i've looked at.The text was updated successfully, but these errors were encountered: