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
Everything works well except this Typescript error in the nuxt.config.ts:
Type 'string' has no properties in common with type 'RuntimeValue<Overrideable<{ type: string; name: string; value: any; }, "_PUBLIC_GRAPHQL_CLIENT_CLIENTS_DEFAULT_TOKEN">, "You can override this value at runtime with NUXT_PUBLIC_GRAPHQL_CLIENT_CLIENTS_DEFAULT_TOKEN">'.ts(2559)
It happens in multiple of my projects, but not when I pasted this config in repro on the Stackblitz.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Everything works well except this Typescript error in the nuxt.config.ts:
It happens in multiple of my projects, but not when I pasted this config in repro on the Stackblitz.
Any ideas what to do with it?
Beta Was this translation helpful? Give feedback.
All reactions