JP Rosevear

Results 21 comments of JP Rosevear

@tarun007hercules what are you expecting to happen? If you run select count(1); what happens?

I'd also like to see an example as a baseline.

@lachlancollins still testing, but should be good for an initial review

This will not entirely solve the problem; needs more work

For non-typescript: ``` import P from 'react-phone-input-2'; const PhoneInput = P.default ? P.default : P; ```

@lachlancollins ok, I think this is actually good to go

> @lachlancollins ok, I think this is actually good to go Still not

I think if you alter volumes: ``` volumes: - .:/app - /app/node_modules ``` it will prevent node_modules from host and container from mixing