-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to react-md@v2 #17
Comments
We'll do #304 instead. |
Actually we might upgrade react-md first. It's a good idea to convert most of the web app components to TS first so that typechecking helps us find any errors. We can use this command to find React components that haven't been converted to TS yet: find . -type f -name "[[:upper:]]*.js" Some items:
|
Merged
carlgieringer
added a commit
that referenced
this issue
Oct 22, 2023
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also we should consider cross platform frameworks: https://docs.google.com/spreadsheets/d/1Wrpe54CDwLzlAJ2QJgiMRyQ3hAaNnGpfhtCKAJ2OurU/edit
Upgrade steps:
The text was updated successfully, but these errors were encountered: