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
TranslationProvider [nfc]: Use import * as React style
For some reason after the upcoming `yarn upgrade`, ESLint would give
these errors:
/Users/chrisbobbe/dev/zulip-mobile/src/boot/TranslationProvider.js
2:49 error
'/Users/chrisbobbe/dev/zulip-mobile/node_modules/react/index.js'
imported multiple times import/no-duplicates
3:57 error
'/Users/chrisbobbe/dev/zulip-mobile/node_modules/react/index.js'
imported multiple times import/no-duplicates
✖ 2 problems (2 errors, 0 warnings)
So prevent those errors by doing this.
0 commit comments