Skip to content
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 and React DOM 18 #1415

Merged
merged 17 commits into from
Jan 11, 2023
Merged

Upgrade to React and React DOM 18 #1415

merged 17 commits into from
Jan 11, 2023

Conversation

mattcasey
Copy link
Member

@mattcasey mattcasey commented Jan 3, 2023

I am also updating any packages that expected React 17:

@@ -173,7 +173,8 @@ export default function GuildsAutocomplete({
placeholder='Type Guild name...'
/>
)}
renderOption={(props, guildName) => [props, guildRecord[guildName]]}
// used to be: => [props, guildRecord[guildName]]
renderOption={(props, guildName) => <span>{guildName}</span>}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: make sure this still works

@mattcasey mattcasey added 🚀 deploy Deploy main webapp to staging work-in-progress Not ready for review labels Jan 3, 2023
@mattcasey mattcasey removed the 🚀 deploy Deploy main webapp to staging label Jan 10, 2023
* upgrade next to 13

* fix tsc

* .

* fix react roots

* investigate charm editor

* fix editor

* fix public pages

* .

* add comment
@mattcasey mattcasey added the 🚀 deploy Deploy main webapp to staging label Jan 10, 2023
@mattcasey mattcasey merged commit 30f2355 into main Jan 11, 2023
@mattcasey mattcasey deleted the upgrade-react branch January 11, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 deploy Deploy main webapp to staging work-in-progress Not ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants