jrmyio
jrmyio
Also still waiting for updates on this. @mattgperry https://github.com/framer/motion/pull/921 mentioned it fixes this issue but it actually did not.
Any updates on this? It's not just the whileInView that is broken. Variants in combination with useAnimation() also doesn't work.
Recently ran into a similar issue when trying to use `framer-motion` to animate the button states: For reference: https://github.com/adobe/react-spectrum/pull/4058#issuecomment-1648147468
Another issue is that there is no way to pass props to the `` . This can be very annoying to style the td based on the data attributes of...
Thanks for your quick reply. I agree it's good to support instances when using `Type.create({})`. I am not sure the type returned by SnapshotIn needs to be the exact same...
Possibly related to https://github.com/microsoft/typescript-go/issues/518
+1 on this feature. I'm facing the exact same problem where i have to use all these ../../../ to try and reach the correct file.
I actually have the same problem. Before `.github/copilot-instructions.md` was working, now its not. Only `.github/instructions/*` are working. This is despite having: ` "github.copilot.chat.codeGeneration.useInstructionFiles": true, "chat.useAgentsMdFile": true, `
Same is happening in `vite` for me: ``` test.ts:3:10 - error TS2305: Module '"node_modules/.pnpm/[email protected]/node_modules/vite/index"' has no exported member 'searchForWorkspaceRoot'. import { searchForWorkspaceRoot } from "vite"; ``` While in the editor...