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
It seems like the magic-string package that is being used by the latest plugin-react does not use jridgewell/sourcemap-codec, however the latest magic-string does.
[1/4] Resolving packages...
warning @vitejs/plugin-react > magic-string >[email protected]: Please use @jridgewell/sourcemap-codec instead
...
</details>### Validations
- [X] Follow our [Code of Conduct](https://github.com/vitejs/vite-plugin-react/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md).
- [X] Read the [docs](https://vitejs.dev/guide).
- [X] Check that there isn't [already an issue](https://github.com/vitejs/vite-plugin-react/issues) that reports the same bug to avoid creating a duplicate.- [X] Make sure this is a Vite issue and not a framework-specific issue.- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/vite-plugin-react/discussions) or join our [Discord Chat Server](https://chat.vitejs.dev/).- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems like the magic-string package that is being used by the latest plugin-react does not use jridgewell/sourcemap-codec, however the latest magic-string does.
This is what I get when yarn upgrade is run.
See #2
Reproduction
...
Steps to reproduce
yarn upgrade
any project using vite-plugin-reactSystem Info
Used Package Manager
npm
Logs
Click
The text was updated successfully, but these errors were encountered: