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 have an interesting problem. When I load my react app, the Home page is loaded first. It renders some math expressions using this library.
The problem is that math expressions scaling is not always applied. I use scale: 200, but it is only applied if I navigate to another page (Settings for example) and then navigate back to Home (see attached video). For example, if I am on the Home page and then reload the entire app, scaling is NOT applied after app is reloaded (again, please see the attached video to understand better).
Hi,
I have an interesting problem. When I load my react app, the Home page is loaded first. It renders some math expressions using this library.
The problem is that math expressions scaling is not always applied. I use
scale: 200
, but it is only applied if I navigate to another page (Settings for example) and then navigate back to Home (see attached video). For example, if I am on the Home page and then reload the entire app, scaling is NOT applied after app is reloaded (again, please see the attached video to understand better).Video: https://vimeo.com/459645756
This is what I mean by "Scaled" and "Not Scaled":
![Captură de ecran din 2020-09-19 la 12 21 53](https://user-images.githubusercontent.com/26307699/93663770-da113d00-fa72-11ea-8995-87673f3a0195.png)
![Captură de ecran din 2020-09-19 la 12 20 39](https://user-images.githubusercontent.com/26307699/93663775-e0071e00-fa72-11ea-86ca-89fcf81b386d.png)
The mathjax related code (note that I tried to use also
MathJax.Node
, but same thing happens):PS: I think it's some synchronization related problem, but I am unable to solve it. I would be grateful for any help.
The text was updated successfully, but these errors were encountered: