Alec Mev
Alec Mev
~`import type { ... }` is also preferred over `import { type ... }`, as it results in better elision (the import statements are completely removed, instead of being left...
Is `isSafeToUseZ === !isSafeToSkipZ` though? I feel like it isn't, no? Also, as you can see with the triangle examples above, the stroke is not continuous despite the cursor arriving...
Okay, I see, SVGO can be more aggressive if it's assumed that the image is used as-is. In our case, we later programmatically manipulate it and add/remove stroking, and change...
Hi, I'd like to second @bmulholland's sentiment about issue reporting. I can relate to wanting to centralize things, but it takes more time to go through a forum sign up...
Works great, thank you! 👍
@taranda [None of that doc is written by Dan](https://github.com/reduxjs/redux/commits/master/docs/recipes/UsingImmutableJS.md), just in case :stuck_out_tongue:
I think I'm experiencing something similar with Next.js and Breadcrumbs: https://codesandbox.io/p/devbox/dry-night-97f3nx No querying, just suspense-wrapped navigation.
I've been using this library for a couple of years and I'm grateful for its existence, but, IMO, it's in the best interest of the ecosystem to explicitly deprecate it,...
Thank you! 👍
For future readers, use [`experimental.typedRoutes`](https://nextjs.org/docs/app/building-your-application/configuring/typescript#statically-typed-links) 😉