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
The output of index.d.ts.
The import React from 'react'; should be import * as React from 'react', as React module does not export default module.
We should not assume user enabled the allowSyntheticDefaultImports setting in ts-config.
Thanks.
The output of index.d.ts.
The
import React from 'react';
should beimport * as React from 'react'
, as React module does not export default module.We should not assume user enabled the
allowSyntheticDefaultImports
setting in ts-config.Thanks.
The text was updated successfully, but these errors were encountered: