-
Notifications
You must be signed in to change notification settings - Fork 217
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
jsx detect maps support may fail #110
Comments
i haven't had a chance to test with otp20 yet but i can't reproduce this with 19.x does |
no. It appears rebar.config.script is by-passed. |
Is this still an issue in the newer rebar3 versions (e.g. latest)? |
maybe not since I haven't seen this issue for 2-3 years. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Might be a bug in rebar3 instead. But I got a crash because jsx is returning [{,}] instead of the expected maps that I always prefer.
In a project that uses jsx. I am doing this with OTP 20-rc1.
check that function
jsx:maps_support/0
returns false.However, the following will detect maps support correctly.
The text was updated successfully, but these errors were encountered: