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
After the Typescript migration is fully done and deprecated .js files have been deleted, move all left components that are deprecated to the deprecated_js folder.
We need to be pretty concious about migration to ts cause it could create a potential breaking changes. Also if there will be too much changes at once maybe consider to split up the task again. Also some dependencies could be hidden and only discovered while executing the migration, could also lead to potential reconsidering the order of task execution.
The text was updated successfully, but these errors were encountered:
guoda-puidokaite
changed the title
[TASK](ui): Migrate ThemeToggle to Typescript
[TASK](ui): Move deprecated components to deprecated_js after Typescript migrated components deleted
Dec 5, 2024
Task Description
After the Typescript migration is fully done and deprecated
.js
files have been deleted, move all left components that are deprecated to thedeprecated_js
folder.Deprecated in Storybook (folder + description):
NOT deprecated in Storybook (folder + description):
Sub-tasks
deprecated_js
AppIntro
)Related Issues
Additional Context
Please check this online codemode editor to change the PropTypes to a proper Ts interfaces
https://github.com/mskelton/ratchet
Online editor: https://ratchet.mskelton.dev/
We need to be pretty concious about migration to ts cause it could create a potential breaking changes. Also if there will be too much changes at once maybe consider to split up the task again. Also some dependencies could be hidden and only discovered while executing the migration, could also lead to potential reconsidering the order of task execution.
The text was updated successfully, but these errors were encountered: