Christian
Christian
I was facing the same issue today. Happy that I found this ticket. 😅 Any chance that the linked PR will be merged soon? 👀
> What helped me, since I was cloning the repo, was setting CLRF line endings to false. So I deleted the repo and called `git config --global core.autocrlf false `...
Hey! Sorry for the late response. Zustand is awesome! ❤️ But I thought it would be a good idea to keep the dependency list as small as possible. There were...
I experienced the same error when using draft.js in SSR environment. I now load the editor component dynamically and the error is gone.
I feel like I'm having the same issue. With this config: ```javascript "main": "./dist/components.umd.js", "module": "./dist/components.module.js", "exports": "./dist/components.modern.js", "source": "src/index.ts", ``` Microbundle puts the declaration file under this directory: ...
Same probleme here. Here are our configs: **jest.config.js** ```javascript /** @type {import('@jest/types').Config.InitialOptions} */ const config = { transform: { '^.+\\.svelte$': [ 'svelte-jester', { preprocess: true, }, ], '^.+\\.[jt]s$': 'ts-jest', '^.+\\.svg$':...
Would be possible for sure. But this is the actual use case. With this syntax it is possible to export anything other than the default from a svelte componenten file....
Would be cool if this could be merged. Or even extended by this: [41#issuecomment-387775041](https://github.com/KyleAMathews/typefaces/issues/41#issuecomment-387775041)
> Hello there ! > > You might change name="pricture" to name="picture" > > And thank you very much for your PR, it saved me so much time. That's fantastic...
Hey, came here by searching - I got almost the same issue. But your example works for me. It animates both, entering and leaving. Experiencing the same issue, here is...