-
Notifications
You must be signed in to change notification settings - Fork 456
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
@obj attribute regression #6730
Comments
Isn't the JSX3 ppx using this internally? Meaning that prepended underscored attributes don't work anymore. Or is that not affected? |
Ah amazing that the |
Hmm just confirmed this does also break JSX and |
@mununki any ideas? |
@jfrolich Can you share the sample code that is broken in JSX? |
It's in JSX3, I managed to work around it using keyword escapes. |
This caused a bug that one of our tests caught. Is this a known breaking change or a bug? (compare 10.1 vs 11 in the playground)
https://rescript-lang.org/try?version=v10.1.2&code=FAguE8AcFMAIDMCWAbaAFATgexhiAhAQwHMQABLAIwCtZoAPUaDAO0OVgFtCBraAMRTpsuAiQBcsABTBYsAH4B9CDEkBnUBkQtiAXgD8AGhBz5yQhoCyWACaIk0G5PjIshUAeOzYAVxaJQLwBKWF0APgQhTBxmMWJQ2AAiRJAAKTUAOldiKW4+QVRo0XAiHKUVaF1EynNEw2kgxqA
The text was updated successfully, but these errors were encountered: