Mufasa🦁
Mufasa🦁
is it supposed to work in regular css files? ```css /*! purgecss start ignore */ @tailwind base; @tailwind components; @import "./utils.css"; @import "./main.css"; @import "./custom.css"; /*! purgecss end ignore */...
I will have to check again tomorrow, but I think I was running Node `v12.14.0` What version did you test on?
@vedmant I tried different Node versions (10, 12, 13) and the issue is still there on all :\
Hope you're feeling better by now. Any upgrading plans? Getting `Cannot resolve module 'react-addons-shallow-compare'` and [React advises against using `shallowComponents`](https://facebook.github.io/react/docs/shallow-compare.html)
UPDATE: it seems that I have the same issue #93 I'm getting the same message from lighthouse for same-domain css! Am I doing something wrong here? ```html // HTML generated...
Would this work with nested fields ``?
Hi @mikehardy I'm happy to send a PR for this but what would be an acceptable solution here? I think you'd agree that a random wait is not ideal. Do...
Haven't got the time to further test and see if this indeed is an iOS issue but just tried out `^8.3.0` with the above mentioned PR merged and the following...
@n-ii-ma have you tried the approach I pasted [above](https://github.com/react-native-netinfo/react-native-netinfo/issues/572#issuecomment-1113635792)? This workaround seems to work. ```js import NetInfo, { useNetInfo } from '@react-native-community/netinfo'; const { isConnected } = useNetInfo(); useEffect(() =>...
has anyone found a solution for this?