Nickman87

Results 10 comments of Nickman87

This change is not enough as new custom vailidations are not even added to the list of validations. Needs more changes to make it tight.

React-DOM shouldn't be used in react-native, does it?

@DWMiller This is currently not supported, but it wouldn't be to hard to expose the button handlers to support this kind of functionality. If you want you can make a...

I think adding a function to call when the button is pressed provides the greatest flexibility do interact with the button presses in any way you want. - Returning nothing...

The documentation for upgrading to v6 (https://reactrouter.com/docs/en/v6/upgrading/v5) specifies that react-router is now using `useTransition`, but it is nowhere to be found in the entire codebase? Is this just completely forgotten?...

I've used your implementation @HanMoeHtet with some modification in my application and got good results from it. I've gone a bit deeper and injected the transition code into the navigator...

I came upon this issue as I am using both TRPC and react-admin and now have an incompatibility between the two react-query dependencies (TRPC is using @tanstack/react-query while react-admin is...

Yes, this seems like a good addition. I also just encoutered this issue when trying to call a "create" method, where the generated client wants me to define the `id`...

Had the same issue, fixed it by adding `- run: rm -rf .git` before calling the push action. It only started happening for me when I moved this action into...

I have the same thing, ended up adding some custom converters, changing some types and even commenting out some fields just to get trough parsing the devices. Havn't fixed two...