Skip to content

Instantly share code, notes, and snippets.

@mweststrate
Created March 15, 2018 08:50
Show Gist options
  • Save mweststrate/4cade6cfeffe52fe835fb699553e67a2 to your computer and use it in GitHub Desktop.
Save mweststrate/4cade6cfeffe52fe835fb699553e67a2 to your computer and use it in GitHub Desktop.
Object.defineProperty(observable([]).constructor.prototype, Symbol.isConcatSpreadable, {
enumerable: false, configurable: true, value: true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment