Mariany Ferreira da Silva
Mariany Ferreira da Silva
Workaround: You can open the Chart using Superset Interface, load the data, and then go to your Embedded dashboard and reload it. It should work. `FROM apache/superset:4.0.2-py310`  I tried to reproduce this page reload issue by adding a simple HTML component in the [Sidebar](https://github.com/sumelms/frontend/blob/main/src/layouts/Default/Sidebar/index.tsx) component: ``` {mainMenuItems.map(({ label, route, icon }: MenuListItemProps) => (...
> @marianysilva So, I think that we have two things happening here: > > * When you use `as={NavLink}`, I think that you need to change `href=` with `to=`. >...