Valentin von Guttenberg

Results 8 comments of Valentin von Guttenberg

The bug is still present at v0.73.1 See https://codesandbox.io/s/semantic-ui-example-forked-ps9x9

This workaround was already suggested above: https://github.com/plouc/nivo/issues/867#issuecomment-638993290 It's not useful if the chart should scale dynamically with its parent, as is often desired when using flexbox.

I just noticed that this will probably be fixed with this PR: https://github.com/developit/preact-redux/pull/30

@4lph4-Ph4un you can checkout my PR/Fork that fixes the issue: https://github.com/greengiraffe/preact-redux/commit/e8a6835ece497b3339f24eb5ce053645b2785ff1

@developit Thanks for merging. I switched from Preact to React for other reasons so I can't test against master right now. I assume that if it works for @pmkroeker it...

I can reproduce the issue with Firefox set as the Windows 10 default browser: - With the Web Search plugin a new Firefox **window** is opened each time - With...

Great suggestions! To provide a use-case for batch-toggling URLs: I use Mockoon to only mock specific routes of an API while proxying all other routes to the actual backend. I've...

Thanks for the contribution and sorry that I didn't get to merge it earlier!