material-ui-banner
material-ui-banner copied to clipboard
A material-ui component that allows you to add a banner underneath the app bar.
This component cannot be used with NextJS. **Expected Behavior**: A simple page should build and render. **Actual Behavior**: A `ReferenceError: window is not defined` is thrown. **CodeSandbox for Minimal Example**:...
Using this in a React+TypeScript project, I get ``` error TS7016: Could not find a declaration file for module 'material-ui-banner'. 'node_modules/material-ui-banner/dist/index.js' implicitly has an 'any' type. Try `npm install @types/material-ui-banner`...