Igor
Igor
+1 Image png format: `(node:19220) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): [object Object] (node:19220) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not...
+1 Interpolations not working on nuxt3 for production build `"@intlify/nuxt3": "^0.2.3", "nuxt": "^3.0.0",` UPD: Solved the problem by doing like in this example: https://github.com/intlify/vue-i18n-next/tree/master/examples/frameworks/nuxt3 I didn't use from @intlify/nuxt3
Same error: 1.20.1 Forge Log ``` ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 2024-03-12 23:45:51 Description: Unexpected error java.lang.IllegalArgumentException: Cannot get property EnumProperty{name=axis,...
Same problem. No update on this? UPD: In my case, I solved it by adding: `useGqlHeaders({ Accept: 'application/json' });`
I have this error when I use the condition: ``` fragment(v-if="data") div Content ``` I fixed it like this: ``` fragment template(v-if="data") div Content ```