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
instead of importing emotion correctly in those files its imported like this var _base = _interopRequireDefault(require('@emotion/styled/base'))
while it should be var _base = _interopRequireDefault(require('@emotion/styled-base'))