@rolster/react-components 18.21.21 → 18.21.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/index.js CHANGED
@@ -3143,7 +3143,7 @@ function RlsApplication({ children }) {
3143
3143
  snackbar: hasNavbar,
3144
3144
  'navbar-condense': isNavbarCondense
3145
3145
  });
3146
- }, [hasNavbar]);
3146
+ }, [hasNavbar, isNavbarCondense]);
3147
3147
  return (jsxRuntimeExports.jsxs(RlsContext.Provider, { value: {
3148
3148
  confirmation,
3149
3149
  snackbar,