- Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
When creating a new FetchManager instance, it's options are shared between all forms on the page (later forms overwrite previous ones). This happens because Object.assign(target, ...sources) does not create a new object but extends the existing default value object.
| this.options = Object.assign(FETCH_MANAGER_DEFAULTS, options); |
Pull request: #7
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working