Çetin Tekin

Results 6 comments of Çetin Tekin

Hey @CodeAnk2829 ! First of all thank you for responding to my thread. Sadly I am not a collaborator of this repository so I cannot make you an assignee. I...

The only solution I have found so far is to set the `strict` property of the `useSearch` hook to false: ```ts import { TInstituteSearchParams} from '../../types/institutes'; const { page, pageSize,...

Thank you for your help Sean, the problem is definitely fixed on my side. I've read the docs but I don't remember reading the layout routes requiring a config file....

I am experiencing the same issue regarding the `TbCopyCheck `and `TbCopyCheckFilled `components in React. `import { TbCopy, TbCopyCheck TbCopyCheckFilled } from 'react-icons/tb';` Results in: `Module '"react-icons/tb"' has no exported member...

I am using Vite but having the same issue

@barrettluke It seems that adding the comma fixed the issue. I don't know how I missed that. Thank you for your time.