We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20a753 commit 05f2946Copy full SHA for 05f2946
website/src/components/playground/config/settings.js
@@ -3,7 +3,7 @@ const parseObject = (value) =>
3
const [left, right] = assignment.split('=')
4
return {
5
...obj,
6
- [left.trim()]: right.trim(),
+ [left.trim()]: right?.trim(),
7
}
8
}, {})
9
0 commit comments