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
TS2322: Type "Full" is not assignable to type StorageNodeMode
StorageNode.d.ts(11, 5): The expected type comes from property mode which is declared here on type RouterNode
Attempting to configure DdcClientConfig and use StorageNodeMode results in TypeScript and module resolution errors.
Steps to Reproduce
result in the error
Switching to the enum type yield an error too.
Current workaround - ignoring typescript checks
The text was updated successfully, but these errors were encountered: