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
It seems like there might have been a mistake in the code, where a = was used instead of == or ===.
I beliebe this is the reason behind the issue in my website: Cannot assign to read only property 'length' of string 'xyz'
Hi @0tickpulse ! Thanks for this. That does definitely seem like a bug.
Just to help me verify that this fixes the issue you experienced, could you describe the issue you encountered, or provide the code for a reproduction? You're also welcome to make a PR to fix this issue.
I had an issue with mathbox in my website, and I managed to trace it down to this line over here:
It seems like there might have been a mistake in the code, where a
=
was used instead of==
or===
.I beliebe this is the reason behind the issue in my website:
Cannot assign to read only property 'length' of string 'xyz'
The text was updated successfully, but these errors were encountered: