Wojciech Masiukiewicz
Wojciech Masiukiewicz
When I try to select component by `react` command: `cy.react('MyComponent')` I've got error error:  This happened when MyComponent is wrapped with React.Fragment: ```javascript class MyComponent extends React.Component { render...
After upgrading to version v7.0.0, there is a performance issue with the plugin. The execution time of the command stylelint "./src/**/*.{tsx,ts,css} has increased dramatically by two times. The configuration has...
[stylelint-no-unsupported-browser-features](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/blob/master/package.json) v8.0.1 use doiuse ^6.0.2 in dependencies Stylelint now checking project in 126s  Without stylelint-no-unsupported-browser-features plugin it is done in 12.5s 