Profesor08
Profesor08
@dbismut It is bug, and not working. Look at video, no extensions enabled. Localstarage has this peace of code, and this is cause of bug. 
Currently the original issue is not reproducing. Dead links are not related to.
Currently I'm experiencing same issue with PostCSS. No sourcemaps are generateed if I use `postcss-import` plugin. The only way to fix this is to disable `lightningcssLoader: false`. There is no...
For those who run in same issue, there are workarounds - add a `key` prop for ``, this will force component recreation, with all side effects... - use `setTimeout` after...
@bockoblur did you tried to patch `window.requestAnimationFrame` before any `motion` code is loaded? There is my monkey patch ```ts const originalRequestAnimationFrame = window.requestAnimationFrame; function createRequestAnimationFrame(fpsLimit: number) { const frameDuration =...
Current workaround is to not to use `variants`, but to pass explicitly all cumputed props to `motion` component. But this is not ideal, it will have some edge cases, with...
> Current workaround is to not to use `variants`, but to pass explicitly all cumputed props to `motion` component. But this is not ideal, it will have some edge cases,...
It returns `void` and this makes it incompatible with lodash, currently i'm unable to upgrade.
Try to delete `cropped` first. May be `cropped` has some refferences to `image`, and this prevents image deletion. Also you can check `image.isDeleted()`, may be I'm wrong. ``` cropped.delete(); image.delete();...
@steveruizok Samsung Galaxy S25 Plus, checked on Samsung Browser and latest Chrome