Hdoc1509 / dev-challenges

My solutions for DevChallenges and Legacy DevChallenges
MIT License
1 stars 0 forks source link

Error with `@types/react` related to `ReactNode`, `Element`, `children` and `ReactPortal` #1

Closed Hdoc1509 closed 5 months ago

Hdoc1509 commented 5 months ago

There is a typescript error when using ReactPaginate from react-paginate in github-jobs challenge.

reactnode-element-reactportal

This is an error caused by @types/react as explained in this issue.

Used version: @types/react v18.2.20