React Burger Menu breaks Firefox
See original GitHub issueI’m not sure why, but with react-burger-menu
I get this issue:
TypeError: CSS2Properties doesn't have an indexed property setter for '0'
It breaks my react-router and I’m no longer able to navigate within the app
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
negomi/react-burger-menu: An off-canvas sidebar ... - GitHub
An off-canvas sidebar React component with a collection of effects and styles using CSS transitions and SVG path animations. Using Redux? Check out...
Read more >reactjs - React-Burger-Menu works on localhost, but doesn't ...
On small screens my navbar is hidden and the hamburger menu works. After pushing the project to Surge.sh my full screen navbar breaks...
Read more >Responsive burger menu is broken in Firefox - SiteOrigin
In Firefox Developer Edition 57.0b7 (64-bit) and Firefox 56.0 (64-bit) the burger menu in theme North is broken.
Read more >How to use Bulma CSS with React - LogRocket Blog
Learn how to use Bulma, an open source CSS framework, within React for easy styling without the need for JavaScript.
Read more >xlink:href - SVG: Scalable Vector Graphics - MDN Web Docs
The xlink:href attribute defines a reference to a resource as a reference IRI. The exact meaning of that link depends on the context...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, this is because you’re using react-router. See https://github.com/negomi/react-burger-menu/wiki/FAQ#why-doesnt-the-link-component-from-react-router-work
I cloned twreporter-react (the project you mean I think?) and checked out the commit before you removed react-burger-menu, added this fix, and it works fine.
Sorry, the FAQs are a bit hidden in the wiki 😃
I’ve tried all of the above methods to get around the issue but only the wrapping of of
Link
in adiv
worked in the end.