Boris Serdiuk
Boris Serdiuk
That makes sense. I'll find a windows image and will check it again.
Ok, I will be considering the issue as on hold. If you file related issue somewhere else, link it here, I'd like to track.
Published v1.1.0 manually. I will think about automation later.
+1. It was unexpected for me that `{{url}}` will load node module `url` instead of just showing `url` property from my object. If someone wants to use url as helper,...
Thanks for the fast feedback! Also, I'd like to add, that it is not necessary to have several `on` calls. This code also produces warning: ``` js $(document).doSomething().on(); ``` It...
Closing due to inactivity. Feel free to reopen if there are additional comments
How about moving condition outside the hook code ```js function useUniqueIdFallback(prefix = '') { // old code } function useUniqueIdModern(prefix = '') { return prefix + (React as ReactWithUseId).useId(); }...
Closing due to inactivity. Feel free to reopen if there are additional comments
Closing due to inactivity. Feel free to reopen if there are additional comments
What you are asking (changing a color of a button) is exactly the reason why there are hashes. Internal styles is not our public API, and we change them pretty...