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 deprecation of the create-react-app framework (as discussed here) has created a roadblock in updating TypeScript to version 5 (refer to this GitHub issue). Consequently, several dependencies are stuck without updates, as they mandate a minimum TypeScript version of v5.
Solution
Consider transitioning to Next.js as an alternative.
Reproduction steps
Checkout #149 to see that the update to typescript V5 fails.
Expected behaviour
We should be able to update to v5 without the build step failing.
Screenshots / Live demo link
No response
System information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Problem
The deprecation of the create-react-app framework (as discussed here) has created a roadblock in updating TypeScript to version 5 (refer to this GitHub issue). Consequently, several dependencies are stuck without updates, as they mandate a minimum TypeScript version of v5.
Solution
Consider transitioning to Next.js as an alternative.
Reproduction steps
Checkout #149 to see that the update to typescript V5 fails.
Expected behaviour
We should be able to update to v5 without the build step failing.
Screenshots / Live demo link
No response
System information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: