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
I'm not quite sure how to classify this bug - I've never seen something like it before! React mathquill behaves differently depending on where it receives variables from - see below:
Using props.start_value (a variable from outside the file), it fails to render, but using "inner_start_value" it succeeds. The console log returns they both have the same value.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm not quite sure how to classify this bug - I've never seen something like it before! React mathquill behaves differently depending on where it receives variables from - see below:
Using props.start_value (a variable from outside the file), it fails to render, but using "inner_start_value" it succeeds. The console log returns they both have the same value.
Thanks!
The text was updated successfully, but these errors were encountered: