welkang

Results 2 issues of welkang

``` var jmespath = require('jmespath'); const data = { foo: {'bar.baff': {baz: [0, 1, 2, 3, 4]}}, b: 2323 } const result = jmespath.search(data, 'foo["bar.baff"]'); console.log(result); ``` show errors: ```...

**Describe the bug** When used under the coupertino app, the login box cannot be displayed. **To Reproduce** CupertinoApp( navigatorKey: navigatorKey, ... ) **Expected behavior** I hope it will have the...

bug