Mark Lyck

Results 76 comments of Mark Lyck

@pkellner Interesting πŸ€” My app is client-side rendered, so I don't think this particular issue would affect my application. I've been using [react-query's implementation of Suspense](https://react-query.tanstack.com/guides/suspense#_top) in production for a...

πŸ™please make this a function. That is probably the biggest improvement craft.js could get, actually rendering the correct space for the component you are dragging as react-beautiful-dnd does it: https://github.com/atlassian/react-beautiful-dnd...

@prevwong Interestingly I seem to be having the opposite problem. I can't disable the drag and drop in React 18 πŸ€” After upgrading to React 18 the `enabled={false}` prop on...

Ugh, having the same problem. Using graphql 16.x, and gettign this error: ``` Error: Cannot find module 'graphql/utilities/introspectionQuery' ``` This has been left broken since 2020? :(

Same experience here. Jest ran my test-suite in about 3-5 minutes, after migrating to vitest it now takes 10-17 minutes 😞 I'm sure it would be a lot faster if...

> Possible designs from @raphael141714 in #527. > > It would be fantastic to have these variants!

@henrysaantos I tried adding that, it's a bit better now, I don't have to click twice to dismiss a toast message. But clicking on the toast still dismisses the modal....

I'm still running into this issue over 2 years later 😞 I wanted to add a `withSuspense` decorator so any storybook components I have that relies on `Suspense` would be...

@tannerlinsley Sorry this was my bad, I had an outdated node_modules. Wiped everything and it works with `useMatch` now. I can still reproduce an issue but only with `useNearestMatch()` now,...

@tannerlinsley `useNearestMatch()` seems to work and the component can render fine now. But I have now lost the TypeSafety :grimacing: `const { search: { selected, resource }, navigate } =...