Nikolay

Results 321 comments of Nikolay

And that online demo should use the "max" metadata

See https://github.com/catamphetamine/libphonenumber-js#bug-reporting

Perhaps the Node.js version on the server is lower than the one on your local machine.

Dunno. If you're using `import` and using the same bundler (or no bundler) then there shouldn't generally be any differences.

There have been reports of issues with the `type: 'module'` property, but it won't be removed from this package.

So looks like the rationale for the suggested workaround is that `react-popper`'s `forceUpdate()` function, calls `flushSync()` inside. Therefore, it shouldn't be called in a callback right after the component has...

I've tested the suggested `Promise.resolve()` approach and it doesn't really work and the warning is still being shown. What worked though is `setTimeout(forceUpdate, 0)`. Not forget that the timeout should...

Man, thx for the tip. I also had to undo the custom 95% scaling on my TV in order to fix the invisible Tesla overlay. https://youtu.be/p-Hj_tBtqcg

`jszip` module uses "streams" which are included in Node.js but are not included in a browser. Bundlers (for example, webpack) seem to have their own internal list of modules for...