かずえもん

Results 8 comments of かずえもん

(Using DeepL translator 🙏) This may be caused by the React version that @types/react in another package depends on being different from the one you have installed. In my case,...

Facing the same problem ``` module.exports = { root: true, env: { browser: true, node: true, }, extends: [ '@nuxtjs/eslint-config-typescript', 'plugin:nuxt/recommended', 'plugin:prettier/recommended', 'prettier', 'prettier/vue', ], rules: { 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars':...

MEMO: `@nuxtjs/eslint-config` (load from `@nuxtjs/eslint-config-typescript`) is using `eslint-plugin-vue` https://github.com/nuxt/eslint-config/blob/master/packages/eslint-config/package.json

( Google Translate ) The cause is unknown, but once I specified v3.0.0 and reinstalled it, and then updated to v5.0.0, the error no longer occurred (I'm not sure if...

Almost the same, how about using Item.get ()

If the problem is in the library you are using, I will repost this there.

A similar issue (all 'run every minute' tasks were missing, and 'run every second' tasks were occasionally missing) was happening in my WSL2 environment. Strangely, after I ran `sudo hwclock...