redux-devtools/packages/devui/tests/__snapshots__/Container.test.tsx.snap
wang chenyu ed25a72e99
fix(devui): Fix buggy UI behaviors with redux-devtools-app (#709)
* fix(devui): Always run updateTabs on UNSAFE_componentWillReceiveProps. Otherwise, the changes in property tabs might not be reflected on the UI.

* chore(*): Update devui version. Fix the container growing out of viewport when too many actions.

* fix(devui): Update snapshots

* Update Tabs.tsx

* Update package.json

* Update package.json

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-06-10 21:19:56 -04:00

10 lines
139 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Container renders correctly 1`] = `
<div
class="sc-AxjAm jlQKkV"
>
Text
</div>
`;