Daniel
Daniel
Seems like https://github.com/Financial-Times/polyfill-service/issues/233 is fixed now. Any updates on this issue here?
Good news! Seems like treat's successor [`vanilla-extract`](https://github.com/seek-oss/vanilla-extract) seems to have support for this syntax: ```js style({ height: ["100vh", "-webkit-fill-available"] }); ``` 
Here's an additional anecdote: A test using `jest.mock` worked fine on my machine (Mac) but failed on CircleCI with the error above. Adding a babel.config.js with `module.exports = {presets: ["@babel/preset-typescript"]};`...
Ah, yes, I get what you mean. How would you feel about being able something like a `hasChanged` to the `renderForm` options such that you could do ```jsx renderForm: (FormContainer,...
I actually haven't tried it with react native yet. But I'm fairly optimistic that this library could work quite well in this use case since there's no dependency on ReactDOM...
Very cool! Can you share a gist or something like that so I can see what changes you've made to make it work? Definitely awesome stuff! 👍 And I absolutely...
Ah great! That's indeed very few necessary changes! Maybe it's not even necessary to create a separate `react-reform-native` library. Maybe it's enough to use the `` which allows to pass...
I'm on PSequel 1.4.4 on Mac OS X 10.11.4 using the psql version 9.4.6.1.
Feel free to close this PR as it's not fixing the underlying issue I've encountered. The PR might still be beneficial, so I'm not 100% sure whether to close it...
Thanks for the pointer @kompot. From my understanding, the config of the mono-repo should be sufficient. `create-react-app` already provides webpack with a rule for files ending in `.css`. The provided...