Max Lavrentev
Max Lavrentev
Спасибо за ответ. Единственное не смог собрать ваш пример, нет инструкции.
Собирал, но ошибки пошли, видно npm версия не та у меня.
Ok, проверю .)
Почему-то не собирается. Пишет D:\www\livebook>npm start > [email protected] start D:\{Avirtum Store}\www\livebook > react-scripts start C:\Users\Maximus\AppData\Roaming\npm\node_modules\react-scripts\node_modules\react-dev-utils\WebpackDevServerUtils.js:167 compiler.hooks.done.tap('done', async stats => { ^^^^^ SyntaxError: missing ) after argument list Мои версии: npm...
Ok, I will check this out
I think they have a plugin for this like "VideoControls", they click "pause", rotate the scene and save a keyframe with parameters (yaw, pitch, fov), it's not a complex task.
> I've integrated Excalidraw in a WordPress Plugin. Saving a documents in this plugin means to save it to the backend. I would like to override Ctrl+S, so it can...
Have the same issue, I use cmd **"dev": "vite build --watch"**, after that the vite infinity rebuilds the project if it contains **"import './style.scss';"** package.json "@tailwindcss/vite": "^4.1.7", "tailwindcss": "^4.1.7", P.S....
> [@yalogica](https://github.com/yalogica) One of the solutions below works for me: > * Remove the `outDir` option (the default is `dist`) > * Add `@source not "../build";` after the tailwind css...
I'm hoping it might help someone. I am using MutationObserver in my code for such thing, it signals me that I need to update the data in the block using...