Tim Rybicki

Results 22 comments of Tim Rybicki

Hey @lelouchB sure! Would that be a new workflow to just run the lint command in the backend? I also was thinking, would you want a pre-commit hook added? -...

@zwass thanks for the link, now I can use this :)

I was able to fix this in Chrome for a react project on netlify by creating a `netlify.toml` with these headers: ``` [[headers]] for = "/*" [headers.values] Cross-Origin-Opener-Policy = "same-origin"...

I believe this plugin `docz-plugin-css` is only for docz v1. With docz v2 there is a new way: https://www.docz.site/docs/usage-with-css-preprocessors

I am also seeing error `TypeError: Cannot read property 'forEach' of undefined` once adding the `docz-plugin-css`. Any info appreciated

In my case, I found out this plugin is only for docz v1. With docz v2 there is a new way to do css preprocessors: https://www.docz.site/docs/usage-with-css-preprocessors

When I click it, it seems to work

Gotcha, I can give that a shot

It looks like the data-test-id is hardcoded into that library https://github.com/dirtyredz/react-scroll-up-button/blob/master/src/react-scroll-up-button.js#L180 This may require more digging that I'm able to commit to at the moment

I use uBlock for chrome for adblocking so I didn't try with that extension. If you haven't already maybe try incognito mode without that extension and then enable that extension...