Christian Kastbjerg
Christian Kastbjerg
Some good points. Might very well be that the API is as it should be. > the WAI ARIA docs are pretty clear that interacting with a checked radio [should...
> @ckastbjerg not sure how we should make automated tests for this but it does work on my computer. Yeah, good question. Maybe we could look how some of the...
That would be cool! I actually explored this a bit when creating the library. And as I recall it, template literals support had just come out at the point. But...
If you think it's somewhat fast to do, I would be very interested to see an experiment with this, yes :) And as you've already touched upon, it would be...
Did a quick search. It's simply because [it's run once for the server, once for the client](https://github.com/vercel/next.js/issues/4023#issuecomment-374011455). Guessing we can just run when the option `isServer` is `true`.
I would tend to agree. I've just chosen to support `query` now as it was convenient for the project I created the library for. Might make sense to deprecate that...
Interesting challenge. I haven't myself made use of of rewrites and redirects in Next.js yet, so haven't had to deal with it. While your solution seems feasible, might another option...
How urgent do you think this is? Based on [the docs](https://nextjs.org/docs/api-reference/next.config.js/rewrites), it seems to me that rewrites would be fairly complex to support solidly. There are many edge cases it...
It's been awhile since I worked on the library, so forgive me if I'm not remembering correctly here... But I believe I chose the `path` as you can have both...