mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 05:26:42 +03:00
Disable validation of Connection Setting form to work around CSP error
This commit is contained in:
parent
f0330162e6
commit
7b0285bd21
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'}
|
||||
formData={this.state.formData}
|
||||
schema={this.state.schema}
|
||||
noValidate
|
||||
uiSchema={uiSchema}
|
||||
onChange={this.handleChange}
|
||||
onSubmit={this.handleSave}
|
||||
|
|
Loading…
Reference in New Issue
Block a user