Ivan Maslov | JavaScript & Web Performance Enthusiast
Ivan Maslov | JavaScript & Web Performance Enthusiast
If #265 PR be applied you will able to write your own pop state trigger ```js import { Router as PreactRouter, customHistory, getCurrentUrl, routeTo, delegateLinkHandler, setCustomHistory } from 'preact-router'; let...
Спасибо за репорт, обязательно поправлю. Пока как временное решение, можешь попробовать передавать группу событий вместо событий по одиночке.
Мб сможете сделать PR?)
Any update on this issue?
Why you can't use something like that http://ngiriraj.com/pages/htmltable_export/demo.php ?
Maybe u can do it manual right into your controller?
We can add the Object.assign as a polyfill for the old browsers but I think a lot of projects are already have this polyfill. However, the defaultsDeep requires to use...
Other option is to use the simple [Object.create](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create)
For ones who using it with Babel/Webpack and a browser, you can hack this using this way: ```js import SdkAuth, { TokenProvider } from '@commercetools/sdk-auth/dist/sdk-auth.es'; if (typeof Buffer === 'undefined'...