You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely due to the decideTokenLeftChevron function here which tops out at 800 characters. (For reference the d attribute above is 880 characters long):
When writing JSX style elements, parsing fails on large attributes, as in this
<path>
component:(click to expand)
This is likely due to the
decideTokenLeftChevron
function here which tops out at 800 characters. (For reference thed
attribute above is 880 characters long):madlib/compiler/main/Parse/Madlib/Lexer.x
Lines 485 to 504 in b05d34b
The text was updated successfully, but these errors were encountered: