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 Nov 27, 2023. It is now read-only.
For a component such as:
tsc
generates this declaration file:Therefore I think we should switch from
import 'react';
to/// <reference types="react" />
in the case where no class component is exported.Depends on RyanCavanaugh/dts-dom#39.
The text was updated successfully, but these errors were encountered: