coy123

Results 4 comments of coy123

I was able to mitigate this error in another way. I just set display:none in the countdown element's style when the countdown finishes. So it doesn't unmount at all.

I got the same issue here. Workaround until types is declared: `const CountDown = require('react-native-countdown-component').default;`

I have this error and tried building the image from this caddy url: https://github.com/caddyserver/caddy/releases/download/v2.4.3/caddy_2.4.3_linux_amd64.tar.gz . But it breaks some other things because this caddy version is too new as well....

+1 Just encountered this issue. According to this: https://stackoverflow.com/questions/2180465/can-domain-name-subdomains-have-an-underscore-in-it subdomains can have underscore(_). This should be fixed. Until it is fixed, I am forced to change the url, which is...