Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(symbols): check that descriptors is an object
In IE, createWithSymbols fails if descriptors is undefined, giving the following error: "Object.getOwnPropertyNames: argument is not an Object" This makes sure the item is an object before continuing.
- Loading branch information