To get your bug fixed faster please try to answer the following questions:
- Which browser, operating system and versions of those are you using?
Chrome 85.0.4183.83 (Official Build) (64-bit)
Mac OS 10.15.6 (19G2021)
- Which version of Memex are you running?
2.6.1
- What are the steps you took that lead to the bug?
Iām not getting the ribbon on the screen. I can still add highlights, and they return upon refreshing, but when I move to hover over the side to get the memex ribbon with buttons it doesnāt appear. When I click the extension icon I get an empty popup.
In the console on a page I get this error:
content_script_ribbon.js:5 Uncaught Error: An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#1 for more information. Additional arguments: undefined
at new t (content_script_ribbon.js:5)
at e (content_script_ribbon.js:5)
at nt (content_script_ribbon.js:5)
at Object.<anonymous> (content_script_ribbon.js:901)
at n (content_script_ribbon.js:1)
at Object.<anonymous> (content_script_ribbon.js:955)
at n (content_script_ribbon.js:1)
at Object.<anonymous> (content_script_ribbon.js:108)
at n (content_script_ribbon.js:1)
at Module.<anonymous> (content_script_ribbon.js:1147)
Inspecting the empty popup shows:
Uncaught Error: An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#1 for more information. Additional arguments: undefined
at new t (popup.js:5)
at e (popup.js:5)
at nt (popup.js:5)
at Object.<anonymous> (popup.js:901)
at n (popup.js:1)
at Object.<anonymous> (popup.js:955)
at n (popup.js:1)
at Object.<anonymous> (popup.js:108)
at n (popup.js:1)
at Module.<anonymous> (popup.js:967)