Alex Turpin
Alex Turpin
+1, would be great for this to respect the devtool setting!
👋 I'm far from an expert but I've been reading through the docs and wondering how to do this myself. What about passing in a query to the `useMutation` hook...
Update: The lunr-languages repo maintainer has merged most pull request after I nudged him. I still think a merge would be worthwhile but I understand that the effort involved is...
I think that's a fantastic idea. I'd be following and contributing what I can! Hopefully @MihaiValentin would be on board with that as well.
Are you using the _Speed Measure Plugin_ by any chance? This is what was happening to me. https://github.com/stephencookdev/speed-measure-webpack-plugin/issues/46
I've run into this issue with base64 encoded values as well. Results for `new URLSearchParams('q=GVzdA==').get('q')` is `GVzdA` with the polyfill but in Chrome, Firefox and Edge it's `GVzdA==`.
I'm thinking a sort of tree view for all the state would be cool, if a convention for "namespace" atoms forms! So for instance if people start using `Module/Key` as...
Also been running into this issue.
A few more notes gathered from the recent deployment of autoNumeric v4 to our userbase: - As said above, `Map` and `WeakMap` requirements will require the following minimum versions: Safari...
I don't have an answer for you @evromalarkey but this reminds me, one other thing I noticed is that for IE11 we now need a `String.prototype.repeats` polyfill for the exponential...