Co-Authored-By: Renée Kooi <renee@kooi.me>
@@ -593,7 +593,7 @@ module.exports = class ProviderView {
)
}
- const targetViewOptions = Object.assign({}, this.opts, viewOptions)
+ const targetViewOptions = { ...this.opts, ...viewOptions }
console.log(targetViewOptions)
const browserProps = Object.assign({}, this.plugin.getPluginState(), {
username: this.username,