mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-30 15:37:31 +03:00
Merge ffacd3006b into 10f112c0ee
This commit is contained in:
commit
63ce1a4f19
6
.changeset/issue-1783-remote-conn-csp-error.md
Normal file
6
.changeset/issue-1783-remote-conn-csp-error.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
'remotedev-redux-devtools-extension': patch
|
||||||
|
'@redux-devtools/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix CSP 'unsafe-eval' error preventing Remote DevTools connection
|
||||||
|
|
@ -128,6 +128,7 @@ export class Connection extends Component<Props, State> {
|
||||||
submitText={disabled ? 'Disconnect' : 'Connect'}
|
submitText={disabled ? 'Disconnect' : 'Connect'}
|
||||||
formData={this.state.formData}
|
formData={this.state.formData}
|
||||||
schema={this.state.schema}
|
schema={this.state.schema}
|
||||||
|
noValidate
|
||||||
uiSchema={uiSchema}
|
uiSchema={uiSchema}
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
onSubmit={this.handleSave}
|
onSubmit={this.handleSave}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user