You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of warnings from React components e.g.
[browser] Warning: React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.%s lineHight linehight
at p
at O2 (http://localhost:39113/node_modules/.vite/deps/styled-components.js?v=b6eaafa4:1249:6)
at div
at O2 (http://localhost:39113/node_modules/.vite/deps/styled-components.js?v=b6eaafa4:1249:6)
at footer
at O2 (http://localhost:39113/node_modules/.vite/deps/styled-components.js?v=b6eaafa4:1249:6)
at Footer
at FooterComponent
```
Issues can be found by doing `npm run test` once the repo has been checked out
The text was updated successfully, but these errors were encountered:
There are a number of warnings from React components e.g.
The text was updated successfully, but these errors were encountered: