react-overlays
react-overlays copied to clipboard
Drop warning
I tend to remove warning because of confusing api. It's hard to say by which condition warning is shown. This package also requires babel plugin setup which is forgotted here. IMO it's much easier to just write console statement and choose either console.warn or console.error than dealing with this commonjs-only package.
Hi @jquense @taion what do you think about this?
eh... i'm not that bothered by the API. it's also more or less ubiquitous at this point.
@TrySound would you be happier if we switched to tiny-warning?
I'm not really a fan of this convention anymore caz it's confused me a few times lately. Also tiny-warning uses console.warn which is kinda a breaking change. Though it's not me to decide :)