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
GitHub
GitHub - JoniLieh/nuxt3-syntax
Contribute to JoniLieh/nuxt3-syntax development by creating an account on GitHub.
Stack Overflow
Nuxt 3 + TypeScript: property xxx does not exist on type Ref
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="
1 Reply
I just confirmed this in a different project, the error is gone with
npm install
!