V
V
> @picarsite yes $nextTick is a common way to ensure the Vue's DOM operations are done, but if we look deeper into YM docs - > https://yandex.com/support/metrica/code/counter-initialize.html#counter-initialize__check-initialize > > we...
Same problem! Any solution for this type error?
Ok, it is not problem. I removed jsx and jsx-styled and decide to check with editing new ExtraRpcs.js and after `npm run dev` it shows `error - SerializableError: Error serializing...
> can you revert changes in extraRpcs.js and keep this PR relevant to only UI changes ? , please revert changes in `extraRpcs.js` , `yarn.lock`, `package.json` and remove package-lock.json Done,...
> can you revert changes in extraRpcs.js and keep this PR relevant to only UI changes ? , please revert changes in `extraRpcs.js` , `yarn.lock`, `package.json` and remove package-lock.json I...
> rm -rf ~/.pnpn.cjs @deblanco there is no `~/.pnpn.cjs` file in error, maybe `~/.pnp.cjs` ? correct commands ```bash rm -rf ~/.pnp.cjs ``` then ```bash rm -rf node_modules/ && pnpm install...