-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix(deps): upgrade app platform to v12 for Vite and React 18 #53
Conversation
🚀 Deployed on https://pr-53.climate-app.netlify.dhis2.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with comment: is it possible to get rid of the "GitHub Actions / lint / lint" warnings?
I've done some manual tests of the app with this branch, and everything seems to work fine!
## [1.5.2](v1.5.1...v1.5.2) (2025-01-24) ### Bug Fixes * **deps:** upgrade app platform to v12 for Vite and React 18 ([#53](#53)) ([a8f0dcf](a8f0dcf))
🎉 This PR is included in version 1.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Based off the branch on #52; will rebase when that's merged
earthengine.js
to useexport default
since Vite is weird about mixing CJS and MJS module formats.jsx
extensions.jsx
as well, because ESlint complains about being 'unable to resolve module ____'