im using the the userColorMode hook inside the App.tsx : app/src/client/App.tsx , using it to change the An Design ConfigProvider theme to dark mode when the colorMode state change.
but the problem is App.tsx doesn't render when the colorMode changes , is that normal or am i doing something wrong ?