Radek Podrazky
Radek Podrazky
We have a similar issue, we are using `start-server-and-test` for starting React SPA before running Cypress tests and when some of the tests fail it doesn't stop correctly and I...
@jantimon This seems to still be an issue, do you have any plan to provide some way how to get common chunk names?
Hi @moroshko I would like to iterate on this issue as I also hit this issue with styled-components. It seems that referenced components are not reported. See this example: ```js...
@jasonwilliams I'm still getting `{ expected ts-styled-plugin(9999)` on `1.7.8` among two more: - `semi-colon expected ts-styled-plugin(9999)` - `at-rule or selector expected ts-styled-plugin(9999)` Link to repository https://github.com/securityscorecard/design-system/blob/next-major/src/components/Spinner/Spinner.tsx#L26-L43
I also hit this issue while using `forwardRef` (repro: https://stackblitz.com/edit/github-rccvwa?file=src%2Fstories%2FForwardedButton.stories.ts). This is extremely problematic for component libraries because after upgrading to v8 we lost lots of documentation. This is related...
@luciodale If you are using controlled pagination you should send only the slice of the data you want to display. So if you have `pageSize: 10` table is expecting you...
It took me some time too but it should be like this 