Stephen Collings
Stephen Collings
The reported issues may be around `watch` but as you can see from the unit tests there are wider issues with `getFieldState`, nested inputs, `reset` etc. I wouldn't recommend compiling...
> There are dozens wdio reporters. What kind of reporter you tell about? All of them I imagine. If you read the issue, "runner:end" event from `@wdio/reporter` is not emitted...
> I think all reporter should report that the test didn't even started The test has started but, spec and junit reporters (at least) don't write until "runner:end" so in...
Bah, sorry didn't get the tests to run locally. The error message says initializationPromise but that's undefined. I'll have a dig around
I guess we can just add a subclass and expose it https://github.com/storybookjs/react-native/blob/feat/v8/packages/react-native/src/Start.tsx#L211
Hmm, actually leave this for now. There's a ready() method on preview to use but also I get another early initialisation error when web socket is enabled so needs more...
Ok, I think this does the job now, thanks
Thanks so much to both of you, excellent stuff!
When selecting reply, my opencode locked up with: ``` [ERROR] '[KeyHandler] Error in global keypress handler:' Error: undefined is not an object (evaluating 'sdk.client.ask.reply') TypeError: undefined is not an object...