Greg Hitchon
Greg Hitchon
Thanks for the response! My understanding then is: 1. Actions are side effects and as long as they are called we are happy. In which case a simple custom interpreter...
Yeah I think so! But very new to xstate so just kind of feeling out how this would work.
Temporarily resolved this by updating the Microsoft generator and and --skipVersionCheck flag, although you could just update the check.
Yeah I get that. In our case we are using it to scaffold new customized webparts into an existing solution, so skipping the version check and overwrite of package.json works...
As an FYI this is likely the same as #57 and #104 and related to #108 (which I just opened)
> Hi, > > I've had a stab at a PR to fix this - #111 > > I've added the per-request scoping as a middleware. This means that when...
It is hard for me to reproduce this reliably (but from [here](https://stackoverflow.com/questions/72904670/how-do-i-fix-garbled-text-in-my-react-pdf-viewer) reported working on pdf.js 2.7.570 which from a browse of the react-pdf releases would be react-pdf 5.3.2 (assuming...
> > Looks like they found at least a temporary solution over on react-pdf/renderer. [diegomura/react-pdf#1890 (comment)](https://github.com/diegomura/react-pdf/issues/1890#issuecomment-1168016232) > > > One option is to use the renderMode="svg" on the Document but...
I will test when I get a chance! However I am not sure this will be resolved...see [here](https://github.com/mozilla/pdf.js/issues/14641#issuecomment-1303258086)...i think this is the same issue and the pdf.js folks seem to...
> if anyone can explain why this happens so often? and without library change? how browsers update affect the render flow of pdfs? I am pretty sure [this](https://github.com/mozilla/pdf.js/issues/14641#issuecomment-1324961575) is the...