Skip to content

Commit 7b0285b

Browse files
committed
Disable validation of Connection Setting form to work around CSP error
1 parent f033016 commit 7b0285b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'remotedev-redux-devtools-extension': patch
3+
'@redux-devtools/ui': patch
4+
---
5+
6+
Fix CSP 'unsafe-eval' error preventing Remote DevTools connection

packages/redux-devtools-app/src/components/Settings/Connection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class Connection extends Component<Props, State> {
128128
submitText={disabled ? 'Disconnect' : 'Connect'}
129129
formData={this.state.formData}
130130
schema={this.state.schema}
131+
noValidate
131132
uiSchema={uiSchema}
132133
onChange={this.handleChange}
133134
onSubmit={this.handleSave}

0 commit comments

Comments
 (0)