Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom ExpectError from source code #1294

Merged
merged 1 commit into from
May 8, 2019

Conversation

TrySound
Copy link
Contributor

@TrySound TrySound commented May 6, 2019

ExpectError is not always defined in user config and flow fails there.

MutatableRefObject is just exact object with current field. I don't
think it will be exported.

type MutatableRefObject<T> = {| current: T |};

ExpectError is not always defined in user config and flow fails there.

MutatableRefObject is just exact object with current field. I don't
think it will be exported.

```js
type MutatableRefObject<T> = {| current: T |};
```
@alexreardon
Copy link
Collaborator

Love this!

@alexreardon alexreardon merged commit ea4270a into atlassian:master May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants