-
Notifications
You must be signed in to change notification settings - Fork 338
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 isoData can contain user generated content #1114
Conversation
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.
Good catch!
My local version of Prettier isn't complaining about this source. I don't usually do JS development, so I don't know what exactly could be wrong here. Does anyone else know, maybe @dessalines? |
Try running ’prettier . --write’ and see if that changes anything. Also try running ’yarn lint’. |
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.
Thank you!
Yep run
prettier -w "src/**/*.{ts,tsx,js,css,scss}"
@0xDEADCADE I'll handle the formatting in one sec. |
It was actually fine, just a CI issue. |
I would recommend doing a release with this fix relatively soon, and urging instance owners to update. The potential impact of this is high (see my Matrix DMs, or for anyone else, once this is in release, ask me at @deadcade:deadca.de on Matrix), and with the new wave of users, it would leave a very bad first impression. |
* Fix isoData can contain user generated content * Fix formatting
No description provided.