react-wrap-balancer
react-wrap-balancer copied to clipboard
ReferenceError: Can't find variable: process
In browsers like older Safaris that don't support ResizeObserver, the console warning fails with Can't find variable: process.
I suspect this is because the relayout function is being converted to a string and/or the bundler doesn't compile out process.env.NODE_ENV in third-party dependencies.
Merging #36 may solve this issue because it avoids accessing process in the injected <script>.