Rafael Pedicini
Rafael Pedicini
Scrolling on mobile works fine in the example app on latest iOS and Android https://react-router-hash-link.rafgraph.dev/ so my guess is it’s an edge case issue (or an issue with your code)....
Hi, please provide a failing example using code sandbox (or something similar). Thanks.
It's on my list, but it might be a little while before I get to it.
Good point. If you have time feel free to make a PR.
That would be a breaking change, but I think it makes sense.. unless you have another idea. Also the `fscreen.onfullscreenchange` and `fscreen.onfullscreenerror` would need to be updated too.. I'm thinking...
@asherccohen @DaniGuardiola I use [React Interactive](https://github.com/rafgraph/react-interactive) for buttons and links, as well as with the Radix primitives, to improve interactive styles on touch devices (`touchActive` state and eliminates the sticky...
+1 for this. Every app I’ve worked on (of substantial size) has needed something like this. To have a primitive with an easy to use api that works cross device/input/browser...
For the React package why not have the expression be a string? Since that what the react types require. Or make a PR to update the types if they are...
FWIW it seems like an unnecessary complexity overload to have the expression be *both* a props object and a class name string. Why not remove the toString function on the...
Hi @jonathantneal, thanks for the explanation, I think I understand a bit better what's going on. I think for the narrow use case of "A function to generate class names...