Options are shared between instances
patric-eberle opened this issue · 1 comments
patric-eberle commented
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.
Pull request: #7