IE8 `takeSnapshot`
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 312
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start with dist/alt.js at line 781 and trace the takeSnapshot() path for IE8, focusing on how store.StoreModel is identified and why config becomes undefined. Compare the behavior with a supported browser and investigate whether the reported Babel transformation is involved. Done means takeSnapshot() references the correct object and config is no longer undefined on IE8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100