Diego Quinteros

Results 4 comments of Diego Quinteros

If this is still a issue of some one here, here is my solution to render iframe from the react-draft-wysiwyg editor: `let htmlOptions = { blockRenderers: { 'atomic': (block) =>...

I encountered the same error on an old react app im working on, is using react-pdf/renderer 1.6.16

From my testing, the mobile browser dont have the 1GB of ram thats is defined in /node_module/@react-pdf/yoga/src/build/Release/nbind.js as TOTAL_MEMORY so makes the app crash, one 'fix' is changing TOTAL_MEMORY from...

TOTAL_MEMORY is a variable inside nbind.js file, for me it was in the node_module directory of my project in /node_module/@react-pdf/yoga/src/build/Release/nbind.js