Kathrin Holzmann
Kathrin Holzmann
also did just run into it, i am not using typescript in my project. here is my eslint config ```{ "extends": [ "react-app", "airbnb", "plugin:jsx-a11y/recommended", "prettier", "prettier/react" ], "plugins": [...
@Vanuan i was following this article to set it up: https://medium.com/@pppped/extend-create-react-app-with-airbnbs-eslint-config-prettier-flow-and-react-testing-library-96627e9a9672 and the react script used is: `"lint": "eslint ."` as additional node - i started a fresh project based...
@Vanuan thank you, it fixed my problem! So I changed my script from `eslint .` to `estlint ./src` and it now works like a charm. So I guess it was...
this is a regular issue for me, i have heavily nested components (react-intl, styled-components-theme, redux providers) and so i will never get to a working state of a component without...
@escodel thank you for your reply :) it helps at least some of the components when i do the double export. then i can use shallow render method instead of...
Is there an official recommendation to just use mount or is there any other update on the topic?
Hey everyone, i was playing around a little more and changed the FoldingCube component so it would accept new optional props for spacing between the cubes and a border style....
+1 on this missing feature.
@denkristoffer is there still a fix planned for this or can we close this?
@denkristoffer the autocomplete is more ideal for a single select, a lot of magic for the single selection comes from downshiftJS. And unfortunately introduced a couple of issues, based on...