Stouffi

Results 6 comments of Stouffi

@rtivital please consider reopening this issue because of https://github.com/mantinedev/mantine/commit/a577d24f5a8878efde98056bd4c45359e22f38e7 rolling back #630 from 3.6.6 the race condition with hydration and load event can still make the placeholder visible. Could you...

Had same issue and I found this PR #85 which saved my day. ``` CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix...

eslint-config-next previously had next as peer dependency. But this peer dependency has been removed with https://github.com/vercel/next.js/commit/f4fb3e0377909516b864d5c3114312745f124132

I rewrote a hook which follows a recommended pattern from this discussion https://github.com/reactwg/react-18/discussions/18 I've successfully tested it with React.StrictMode but the drawback is that it would be a breaking change...

I've tried to dig deeper and find out that a few other parts of the code may omit to check for null variant. I've made some changes on a fork...

@Willmo36 great! From my side I have collected stuff I've made for a private project in this repo: https://github.com/Stouffi/fp-ts-form-wip There is one implementation of a Search field which uses rxjs...