Rui Araújo
Rui Araújo
Any updates on this? For now, I have forked this repo and I changed the template for the services. It looks like this: ``` {{>header}} {{#if imports}} {{#each imports}} import...
I had the same problem and I fixed it by adding the prop `disableScrollLock` on `HoverPopover` component. This is my HoverPopover: ```tsx `solid 1px ${alpha(theme.palette.grey[500], 0.08)}`, minWidth: 200, ml: 0.5,...
I'm interested in it as well. Any update?
I can confirm.
Same thing here, any update on this? I'm having a strange behavior where my `validateSearch` run link 20 times or more when I navigate to the route (and run about...
@lachlancollins Yes sorry, I updated the description now.
Any plan on merging this PR?
Thanks for your reply. Sure, the context related hooks should be at least in the context folder if not in the context file.
Yes, that's what I was referring to
I had the same problem and I fixed it by doing this: `orval.config.ts`: ```ts import { defineConfig } from 'orval'; export default defineConfig({ cresoPlus: { input: { target: './docs/api.yaml', },...