Replies: 1 comment
-
Indeed adding an extra alias is not a big problem. Thanks for already starting with the PR! See: #7488 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
reactClassic
runtime environment, Biome is forcing that the import is coming from "react". In rare cases you might want other packages to satisfy that requirement, like "@rbxts/react". Currently, you're forced to add a path alias to your tsconfig, but ideally there would be an option to override the path expected by Biome.The logic for all of this is contained in
biome/crates/biome_js_analyze/src/react.rs
Line 297 in c015765
Beta Was this translation helpful? Give feedback.
All reactions