Alexander Makarov
Alexander Makarov
@kminek we can still solve it but with keeping the interface.
That would be a BC-breaking change.
Сделаете отдельным pull request тестов на [phpbench](https://github.com/phpbench/phpbench)?
Там всё не очень сложно. Штука хорошая, советую освоить, пригодится.
Could be useful. Good idea 👍
Can't you do it with https://github.com/yiisoft/error-handler/blob/master/src/Renderer/HtmlRenderer.php#L106?
OK. Makes sense.
``` javascript // disable and then re-enable to make sure our handler is before PJAX's $.pjax.disable(); $(window).on('popstate', function (e) { if (!needPjax()) { $.pjax.disable(); e.stopImmediatePropagation(); // do your non-PJAX stuff...
But overall I'd love to be able to prevent fragment replacing if `pjax:popstate` handler returns `false` or prevents default.
We're affected by it as well. @JedWatson is it possible to review/merge https://github.com/JedWatson/react-select/pull/4970?