Doug Miller
Doug Miller
Did you register an interface ? I don't see one from your example. There is an example of registering an interface [here](https://github.com/airbnb/react-with-styles#how-to-use): ```javascript import ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet'; import aphroditeInterface from...
Glad that got you working. I will be working to add errors for not registering theme/interface later this week unless @ljharb is already working on something.
@u-kan it might be a little late, but with the new release of Aphrodite, a new API was exposed to retrieve the buffered styles while testing. This allowed me to...
@SmolinPavel Are you looking for something other than https://www.npmjs.com/package/jest-aphrodite-react? I would potentially be open to adding a flag to not include the styles and only strip the hash if that...
This is somewhat not supported. The only real nesting that is supported is pseudo selectors (:hover, :active, etc) and media queries. The way you would do it in Aphrodite would...
@elijahmanor Any update on this? We are also seeing this within our demo app: https://github.com/patternfly/patternfly-react-demo-app I made the change proposed in the PR, and it resolved the issue. Another option...
This might be due to the flow files being interpreted as TS by vscode, if that is your editor.