Hichem Fantar

Results 121 comments of Hichem Fantar

> > There are two solutions: A: Rollback to react-scripts 4.0.3 and react-error-overlay 6.0.9 B: Switch to Nextjs tooling, https://colinhacks.com/essays/building-a-spa-with-nextjs > > These are not really solutions, since the no...

> Same issue here upgrading from v.5.5 to v.6.2. > > Simple test in tinker: > > ``` >

> Status: Trying to decide whether this is safe to merge into v6, or whether to tag it as v7 .... and then what the complaints will be about v7...

I'm having the same issue. Fixed by using `*.html` in `.prettierignore` [thanks to this answer](https://stackoverflow.com/a/53222145)

> I still see this flickering blue border > > Browser: Brave Browser OS: MacOS Sonoma > > Screen.Recording.2024-02-07.at.2.27.40.PM.mov I'm not getting this flicker For some reason. Chrome 121, MacOS...

looks good to me https://github.com/calcom/cal.com/assets/34947993/166c22ac-2724-41a7-bd3c-875539c90b0e

I'm all for finding a clean way to solve this. > API-wise, I think something like `withQueryKey` that takes a function, where `x => x` is the default, that allows...

> So far this looks a lot more complex to use than > > ```ts > const query = useQuery() > > useEffect(() => { > query.refetch() > }, [lastUpdatedAt])...

@Nick-Lucas this is one of the biggest reasons for overriding the query key. https://tanstack.com/query/latest/docs/framework/react/guides/disabling-queries#lazy-queries ```tsx function Todos() { const [filter, setFilter] = React.useState('') const { data } = useQuery({ queryKey:...

Excalidraw desperaltely needs offline support. i noticed the project uses Vite, and the react template has built in support for PWA. https://vite-pwa-org.netlify.app/examples/react.html#react