Dmitry Druganov
Dmitry Druganov
Thanks. I wanted to validate that this idea makes sense, because there could be known major pitfalls preventing this solution. I was considering it as rather some "quick win" trade-off,...
> If you wish you could send a PR But it's necessary to support it on the SharePoint side as well, isn't it?
Have the same issue: `lodash` is being replaced with `undefined`. If I disable `babel-plugin-lodash`, the reference is preserved.
Maybe I should provide some details on how we came to this problem. There was the following code in our tests: ``` await wait(() => { const submitButton = getByTestId(...);...
I agree that it's better not to put interactions and we should mention it in the docs. But IMO `waitFor` needs to ensure that it will stop checking results after...