alt
alt copied to clipboard
IE8 `takeSnapshot`
https://github.com/goatslacker/alt/blob/e8dba7163374ae7cfffa383dbdac2aeacddf234e/dist/alt.js#L781
When I call takeSnapshot() on IE8 store.StoreModel is equal to true but does not reference to the correct object. As result, config is undefined.
I have no idea of to fix that, it might be a babel issue.
store.StoreModel === true? wat
@goatslacker Exactly, I'll try to investigate more.