@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/cjs/index.js CHANGED
@@ -3145,7 +3145,7 @@ function RlsApplication({ children }) {
3145
3145
  snackbar: hasNavbar,
3146
3146
  'navbar-condense': isNavbarCondense
3147
3147
  });
3148
- }, [hasNavbar]);
3148
+ }, [hasNavbar, isNavbarCondense]);
3149
3149
  return (jsxRuntimeExports.jsxs(RlsContext.Provider, { value: {
3150
3150
  confirmation,
3151
3151
  snackbar,