Jayden Seric
Jayden Seric
Thanks for thinking to pitch in with a PR 👏 This package is redundant now, since Next.js ended up improving their API to have have `Router.events.on` and `Router.events.off`: https://github.com/zeit/next.js#router-events I...
@BernabeFelix Thanks! But how can you tell? I can't see anything in the changelog entry about it... was it just not documented properly?
I'll look into this when I get home from work in about 9 hours time.
I have been spending a lot of time on this. Replacing the name of the custom picker change event from `change` to `pick` seems to fix a lot of event...
If my very shallow understanding of SVG icon stacks is correct, then an icon could potentially be any element with an `id` attribute, such as ``? My concern is that...
You absolutely want to avoid default exports, always use named exports. It makes ESM/CJS interrop a lot easier and enables tree shaking if you end up exporting multiple things.
Using Zed v0.136.2, attempting: Results in: Our Git remote doesn't look special, it's in the format: ``` https://[email protected]/[redacted org name]/[redacted repo name].git ```
This was actioned in https://github.com/apollographql/eslint-plugin-graphql/pull/271/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R27 . ESLint v7 is out now, see: https://github.com/apollographql/eslint-plugin-graphql/pull/267 .
> How does this proposal hold up against the latest shipped Node implementation? The import specifiers in ESM `.mjs` files *must* contain the full filenames, including extensions (except when using...
@nyngwang I can't remember, although typically I add a comment about any workarounds I discover so I guess I didn't find one.