From 6b3eb5bce1b15e46a538e27f15104e1772bb964c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=86=9B?= Date: Mon, 31 Oct 2022 21:41:22 +0800 Subject: [PATCH] !== equlas Unable to meet conditions "" update value="" throw Uncaught SyntaxError: Unexpected token ')' --- src/routes/Home/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Home/index.js b/src/routes/Home/index.js index 1ad1817e5..22bf8b78f 100644 --- a/src/routes/Home/index.js +++ b/src/routes/Home/index.js @@ -83,7 +83,7 @@ export default class Home extends Component {

the plugin has selector is : {p.selectorCount}


-
{JSON.stringify(JSON.parse(p.config !== null ? p.config : '{}'), null, 4)}
+
{JSON.stringify(JSON.parse(p.config  ? p.config : '{}'), null, 4)}
);