NuxtN
Nuxt2y ago
Joni

Different highlighting depending on bun install and npm install

Bun and maybe WSL is needed, please try to reproduce this problem as mentioned in this repository
https://github.com/JoniLieh/nuxt3-syntax
Definitely issues more ppl: https://stackoverflow.com/questions/77860061/nuxt-3-typescript-property-xxx-does-not-exist-on-type-refxxx-null/78097919
68747470733a2f2f692e696d6775722e636f6d2f635979307a4d572e706e67.png
68747470733a2f2f692e696d6775722e636f6d2f4c4835704f44372e706e67.png
GitHub
Contribute to JoniLieh/nuxt3-syntax development by creating an account on GitHub.
Stack Overflow
I have this repeating error message in Nuxt 3.9.3, on any variable I get from a useFetch.
For example. in this page:
<template>
<div>
<FilterActions
:is-filtered="
Was this page helpful?