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
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
I haven't tried the addon yet--I just got home, but I noticed in your screenshot and in https://github.com/segmentio/daydream/blob/master/src/popup/components/App.js#L84 that the puppeteer output contains an ASI hazard. specifically the ident/function call and IIFE one.
perhaps prepend the IIFE with a semicolon?
;(async () => ...etc