Zsolt
Zsolt
@JoviDeCroock I was thinking maybe putting returning the last value and return current value after setTimeout: 0 ? On server it would return new value straight away, like now... Would...
@JoviDeCroock Yes, basically rerender with the old value (so everything else than the expensive stuff) and then change the value and rerender just the expensive stuff. The idea behind it...
Thank you @ekwoka for your input. Yes, you are right that useEffect is a way to achieve this. But this issue is about preact-compat. When someone is switching from react...
Disabling contentSecurityPolicy for development is not the best idea, since developers will not notice something does not work until it's in the production. I think the graphql playground should have...
I have looked into the failing steps and they do not seem to be caused by my code changes.
@SomaticIT @yosifkit Can we please merge it? All the issues except the missing NODE_VERSION env are resolved. Since it is only a documentation change of an example, I would merge...
@SomaticIT Thank you for your input. I refactored the second stage based on your input. Hovewer I have left the build stage in separate commands since I believe it is...
@yosifkit, @nschonni, @astellingwerf One more review is required for the merge. Would anyone please review? Thank you
this issue is causing so many bugs and should be merged long time ago. Is someone willing to fork this and maintain it? Or just ask @Deadly0 to replace him...
I have this problem too. It seems like a bug in final-form-material-ui. It does not forward the focused state flag. If you look in the react dev tools, focus on...