-
Notifications
You must be signed in to change notification settings - Fork 2
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
works with className="", but not with class="" #1
Comments
trusktr
changed the title
application of unique classes clashes with existing class names
application of unique classes clashes with existing class names, or something?
Jan 18, 2022
Not sure if it is clashing actually, because I tried moving my JSX |
Using |
@lxsmnsyc any chance you'd be willing to use your compiler chops to fix this? |
trusktr
changed the title
application of unique classes clashes with existing class names, or something?
works with className="", but not with class=""
Mar 28, 2022
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been taking solid-styled-jsx for a test run in porting an app from Vue to Solid (easy to copy/paste styles from
<style scoped>
to<style jsx>
that way).I'm encountering an issue where this template,
produces this output in the DOM:
The text was updated successfully, but these errors were encountered: