Wojciech Masiukiewicz

Results 3 issues of Wojciech Masiukiewicz

When I try to select component by `react` command: `cy.react('MyComponent')` I've got error error: ![image](https://user-images.githubusercontent.com/19590310/100350592-69dee480-2fea-11eb-81e1-53d39ed817c9.png) This happened when MyComponent is wrapped with React.Fragment: ```javascript class MyComponent extends React.Component { render...

discussion

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 ![image](https://github.com/user-attachments/assets/55ea7ff2-2320-4f21-b8b1-82cbbc27482e) Without stylelint-no-unsupported-browser-features plugin it is done in 12.5s ![image](https://github.com/user-attachments/assets/11bb35a9-6d19-43a7-99e9-2ff1e6d1a04a)