hophiphip
hophiphip
TLDR: `scrollElement` gets cleared in `_didMount` and that is why virtualizer stops working. The only methods that can change `scrollElement` are: `_willUpdate` and `_didMount`. 1. On the initial run `_willUpdate`...
@V0XNIHILI, I have also removed the default `style` that hides MathQuill border (default styles: https://github.com/flw0/equation-editor-react/blob/master/src/index.tsx#L95) so that user can have more control over styling. Is this ok or it would...
I have tested demo application in DEV and PROD build, and it was working without any issues. And I have also been using a forked version of this library in...
ok..i have tested whether node 12.x will work with current setup..and it failed I will look into a possible way of fixing this issue without changing workflow config
Ok, I failed to find an adequate way of supporting an older NodeJS version. The issue is in this line: https://github.com/flw0/equation-editor-react/blob/7dd72547026ccfdad9d747822ca5dc91f7d4845f/.github/workflows/deploy-and-publish.yml#L13 NodeJS 12.x is EOL: and project dependencies do not...
Changes to the config for GitHub workflow to work properly: https://github.com/hophiphip/equation-editor-react/pull/1/files