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
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Hi
The component I'm working on is supposed to attach a node to doument.body using createPortal from react-dom and it works perfectly fine outside of playground, but as soon as playgorund tries to run it the entire page freezes and I have to close the tab.
I get this message paused before potential out of memory crash with this line highlighted in the react-dom-server.browser.development.js file:
while (out.length < bytes) {
Thanks for the help :)
The text was updated successfully, but these errors were encountered:
Hi
The component I'm working on is supposed to attach a node to
doument.body
usingcreatePortal
fromreact-dom
and it works perfectly fine outside of playground, but as soon as playgorund tries to run it the entire page freezes and I have to close the tab.I get this message
paused before potential out of memory crash
with this line highlighted in thereact-dom-server.browser.development.js
file:while (out.length < bytes) {
Thanks for the help :)
The text was updated successfully, but these errors were encountered: