mistercrunch commented on code in PR #31858:
URL: https://github.com/apache/superset/pull/31858#discussion_r1917180903
##########
superset-frontend/spec/helpers/theming.tsx:
##########
@@ -55,3 +57,6 @@ export function styledShallow(
},
});
}
+
+export const renderWithTheme = (component: JSX.Element) =>
Review Comment:
I got confused by this, and remember getting some error about the theme
provider not being in-context, maybe I imported `render` directly from the
wrong place originally.... Getting rid of it since it's handled in helpers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]