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
We can easily work around this by adding "skipLibCheck": true, but just would like you to know that such an issue exists. Moreover I noticed this lib is still using @types/react@16 and react@16—any plans to upgrade? I can help with the process.
I have had plans wax and wane for this project for quite some time, and there are numerous branches that have come and gone with all sorts of upgrades and improvements that never saw the light of day.
I'll take a look at this tonight / tomorrow night if I can!
This issue is a bug report.
Steps to reproduce behavior
@types/react@18.0.0
yarn tsc
Expected behavior
This should compile
Actual behavior
The problem is that
ReactType
is removed in v18 in favor ofElementType
. See DefinitelyTyped/DefinitelyTyped#56210We can easily work around this by adding
"skipLibCheck": true
, but just would like you to know that such an issue exists. Moreover I noticed this lib is still using@types/react@16
andreact@16
—any plans to upgrade? I can help with the process.Link to repository/example of behavior
https://github.com/facebook/docusaurus/runs/5952102932?check_suite_focus=true
The text was updated successfully, but these errors were encountered: