diff --git a/playground/index.html b/playground/index.html index de29400..9dac85c 100644 --- a/playground/index.html +++ b/playground/index.html @@ -7,6 +7,7 @@

Playground

+
diff --git a/playground/src/App.tsx b/playground/src/App.tsx index 9dbbb2c..cfe4b9f 100644 --- a/playground/src/App.tsx +++ b/playground/src/App.tsx @@ -37,16 +37,25 @@ export function App() {
+ +

+


+

- - - + - + + +

+


+

- + +

+


+

@@ -171,7 +180,7 @@ function Connect() { Register
-
{JSON.stringify(result, null, 2)}
+ {result ?
{JSON.stringify(result, null, 2)}
: null} ) } @@ -263,7 +272,7 @@ function GetCapabilities() { > Get Capabilities -
{JSON.stringify(result, null, 2)}
+ {result ?
{JSON.stringify(result, null, 2)}
: null} ) }