Prageeth Silva

Results 15 comments of Prageeth Silva

Unfortunately I don’t have permissions to merge any PRs in this repo. Therefore, I’m using my own `@patched/hookrouter` package. I’ve recently published a few more fixes there. So if anyone...

I'm having the same issue. I beleive the `A` component is missing the ForwardRef: Please see the MaterialUI documentation: https://material-ui.com/guides/composition/#caveat-with-refs Specifically, the definition of the `A` tag here (https://github.com/Paratron/hookrouter/blob/v1.2.3/src/Link.js#L51) should...

@DidierBoivin I've fixed it in my fork for now, and I use it in my own project. You can install it directly via github: ``` npm install hookrouter@pureartisan/hookrouter#mui --save ```

Having the same issue. Setting `api.cache(false)` doesn't solve it either.

Hi @northwarks, that's part of the original MagicMirror setup. Have you tried this? https://github.com/MichMich/MagicMirror/issues/220