https://github.com/optimizely/lodash-buffer-bug
SSCCE of a bug in lodash v4.6.1 when used with webpack
https://github.com/optimizely/lodash-buffer-bug
Last synced: 10 months ago
JSON representation
SSCCE of a bug in lodash v4.6.1 when used with webpack
- Host: GitHub
- URL: https://github.com/optimizely/lodash-buffer-bug
- Owner: optimizely
- Archived: true
- Created: 2019-10-03T18:47:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T18:47:33.000Z (over 6 years ago)
- Last Synced: 2025-03-01T12:17:18.603Z (about 1 year ago)
- Language: HTML
- Size: 90.8 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lodash-buffer-bug
[SSCCE](http://sscce.org/) for a bug in lodash 4.6.1, where if there is an element with id="Buffer" in the DOM
when a webpack script which includes lodash is loaded, it taints the behavior of lodash such that some functions
(such as `_.cloneDeep`) don't work properly.
Note: lodash@4.17.5 does not have the bug

## How to reproduce
```
npm install
npm test
```