You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/main.ts:3:7 - error TS4023: Exported variable 'App' has or is using name 'ShallowRefMarker' from external module "~/path/vue-types-issue/node_modules/.pnpm/@vue+reactivity@3.2.23/node_modules/@vue/reactivity/dist/reactivity" but cannot be named.
3 const App = defineComponent({
~~~
Found 1 error.
The text was updated successfully, but these errors were encountered:
sxzz
changed the title
ShallowRefMarker should be exportedShallowRef should be exported
Nov 30, 2021
Version
3.2.23
Reproduction link
github.com
Steps to reproduce
shallowRef
in setup(There is no problem with
ref
.)What is expected?
emit no error.
What is actually happening?
The text was updated successfully, but these errors were encountered: