insomnia/packages/insomnia-components/.flowconfig
Opender Singh 402eb75f9a
Tooltip with an initial empty message does not unmount correctly (#2927)
* fix: tooltip with an initial empty message causes issues

* test: add failing test

* fix: breaking test is fixed with the fix

* test: expand on tests

* chore: rename test

* test: add checks for the child element

* test: add comments

* chore: spacing

* fix: oopsie
2020-12-15 09:27:11 +13:00

17 lines
180 B
Plaintext

[ignore]
.*/node_modules/.*
./.cache
./dist
./storybook-static
[include]
[libs]
./flow-typed
[options]
esproposal.decorators=ignore
esproposal.optional_chaining=enable
[lints]