Roshan Bhalla
Roshan Bhalla
This looks good to me :+1:
@angezid, I was looking at contributing the following enhancement to the existing repo: https://github.com/julmot/mark.js/issues/473 Then I found this incredible PR. Would you open to contributions to this branch? It seems...
It's possible this is actually a bug and this counter is meant to exist: https://github.com/julmot/mark.js/issues/468
@LabEG, are you using any workaround for this in the meanwhile? I've been using: ``` import { createGlobalStyle } from 'styled-components/dist/styled-components'; ``` It is fine, but I'm curious if there...
@sebslomski How would you go about using this branch with Joi? Also how did you deal with the `net` dependency.
It would help to understand how you're including this html file in your manifest.json, is it under `web_accessible_resources`? If it is, I've found I needed to fully qualify the file...
@Royal-lobster, ideally relative imports work, but have you tried referencing the js file relative to the build location (rather than relative to the html file)?
Good validation, maybe I went down the wrong path with this issue. I too am using content scripts over the popups, so maybe that's the actual theme here.
Hey @jacksteamdev, appreciate your help here again. Here is a reproduction: https://github.com/rbhalla/crxjs-bug-repro/tree/document-clone-node-bug I guess this is technically a problem with the polyfill, but considering it doesn't play nicely with content...