-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
MillionLint.vite()
plugin affecting Recharts
#1056
Comments
Thanks for opening this issue! A maintainer will review it soon. |
@charlieforward9 triaging now, thanks for the report |
I am very excited to integrate this into my workflow. Really love what youre doing here. Any updates on this? @aidenybai |
Hi @charlieforward9, Recharts should work now on the latest version! Can you try running the setup script |
This comment was marked as resolved.
This comment was marked as resolved.
Interesting, will take a look at that! In the meantime, can you try manually installing Million Lint? https://million.dev/docs#manual-installation |
This is an unintuitive UI that we will be changing- it's actually a select dialogue with a single option. If you press enter the installation will continue. It wants to confirm you want to install the extension into vscode (as oppose to other editors which you don't have installed) |
Thank you @RobPruzan , I was able to install. @NisargIO with With the newly styled Dashboard, I am really excited to use this tool! Unfortunately I will not be able to push the Million dependency for the team to use until this is resolved. Hope its not too complicated! |
hey @charlieforward9 ! I'm looking into this! |
Hey @charlieforward9, sorry about the delay. I tried reproducing your issue and I can't. Can we call sometime to fix it https://cal.com/aiden? |
Been a while since I checked this, I'll retry tomorrow morning and if it's still not resolved, we can check it during the 2PM meeting I scheduled regarding #1151 |
Migrating to https://github.com/aidenybai/react-scan solves this. Thanks! |
What version of
million
are you using?^1.0.0-rc.24
Are you using an SSR adapter? If so, which one?
n/a
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
Prior to adding the
MillionLint.vite()
plugin to my Vite config, my Recharts coloring behaves as expected.After adding the plugin to my project, my Rechart graphs do not show the charts properly
My recharts graph has worked properly for months, enduring dozens of additional npm packages in the repo. Something about Million is affecting it differently
If necessary, here is my simple recharts data
It seems that Million is affecting hte display of not only the
Cell
component, but also theXAxis
andYAxis
components.What's the expected result?
I expect my Recharts to remain the same after depending on this incredible Million Linter.
Link to Minimal Reproducible Example
Will make this if necessary, hopefully it is not.
Participation
The text was updated successfully, but these errors were encountered: