mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 13:36:42 +03:00
Merge 7b0285bd21
into f0330162e6
This commit is contained in:
commit
1532531772
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