Hi, When using NavBar, I got an error in VSCode: `Type instantiation is excessively deep and possibly infinite.ts(2589)` Apparently it's linked to https://github.com/microsoft/TypeScript/issues/30188 where they recommend to use [ts-toolbelt](https://github.com/pirix-gh/ts-toolbelt) for complex types.
Hi,
When using NavBar, I got an error in VSCode:
Type instantiation is excessively deep and possibly infinite.ts(2589)Apparently it's linked to microsoft/TypeScript#30188 where they recommend to use ts-toolbelt for complex types.