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
I just upgraded from v5.3.4 to v5.5.0 and my import (import { TailSpin } from 'react-loader-spinner') stopped working.
Apparently, the type definition file exported in the NPM package has several "export defaults", which doesn't look right.
If any further information is required, please let me know. :)
The text was updated successfully, but these errors were encountered:
Investigating the issue a bit more, I just found out that v5.5.0 was removed from npmjs..com but not from yarnpkg.com, hence Renovatebot is still suggesting the update to the repositories that use it..
It'd be great if we could remove that version from yarnpkg.com. For now, I'm reverting to v5.4.5 it all seems to work :)
Hello,
I just upgraded from v5.3.4 to v5.5.0 and my import (
import { TailSpin } from 'react-loader-spinner'
) stopped working.Apparently, the type definition file exported in the NPM package has several "export defaults", which doesn't look right.
If any further information is required, please let me know. :)
The text was updated successfully, but these errors were encountered: