@wavelengthusaf/components 1.2.1 → 1.2.2

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/index.js CHANGED
@@ -5037,7 +5037,8 @@ var import_IconButton2 = __toESM(require("@mui/material/IconButton"));
5037
5037
  var import_Close3 = __toESM(require("@mui/icons-material/Close"));
5038
5038
  var import_SnackbarContent = __toESM(require("@mui/material/SnackbarContent"));
5039
5039
  var WavelengthStandardSnackbar = (props) => {
5040
- let show = props.show;
5040
+ console.log(props.show);
5041
+ const show = props.show;
5041
5042
  const setShow = props.setShow;
5042
5043
  const handleClose = () => {
5043
5044
  setShow(false);