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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Whenever I open a file in VS Code I'm getting warnings/red text, which is really difficult to ignore. It seems to be caused by the first line import React from 'react', which is showing the error [ts] Module '"d:/Dev/stardust-react/node_modules/@types/react/index"' has no default export..
Changing the first line of the file to import * as React from 'react' does fix it. Is this an acceptable change to make in the files I'm working in?