Bilal MEDDAH

Results 9 comments of Bilal MEDDAH

any solution for this bug, i am using vite and react 17

@rememberlenny so how we can add it to the project without facing the bug, can you please describe the steps to added it ??! thank you

any update on this, this is a real needed fearture, for example Mongodb has supporting for partial index through `partialFilterExpression`, this will help the nullable field to be unique only...

is there any solution for this issue, i also have some pages that i want to make it reachable by reference by not showing in the navigation bar

> If you have dark mode enabled, the colours look quite off. Have you tested it in dark mode? we never take dark mode into consideration, the whole app built...

> Also, another feedback: Currently, when you're in an input field and type something with a `/`, you always open the command window. Shouldn't we change the shortcut to `CMD...

@Dinika this is a draft, we will do a meeting to discuss what's the best way on how to organize the readme and what we should include or not

I just have the same issue ```ts "use client"; const Parent = ({component}: {component: ReactNode}) => { // ---- other work return ( {component} ) } ``` ```ts const ServerComponent=...