Alessandro F. Annini
Alessandro F. Annini
Why is this close? what's the official solution?
ciao! @Fabryprog, tnx but i was facing the same problem as @pepethree i think, or, at least it wasn't working for me. my solution is now to use `node:8.11.1`
@sudeepdk It does not with alpine.. ```bash > Step 2/17 : RUN apk --update --no-cache add freetype fontconfig build-essential chrpath libssl-dev libxft-dev libfreetype6-dev libfreetype6 libfontconfig1-dev libfontconfig1 wget > ---> Running...
tnx @EthanShao this is sooooo good!
I am trying it on codesandbox with the simplest example (login+password) and i get the same error, the folder trick is not helping i think
Sure, thanks: [](https://codesandbox.io/s/jvpznq9ym5?fontsize=14)
Thanks @paradoxxxzero in the meantime this will be ok!
yes @PonorogoCreativeIT , it works for me too, thanks! ```js render() { const { children, ...rest } = this.props return ( { children } ) } ```
I have the same problem... any news about this? Thanks
Hi @onhate, did you solve this?