@jsenv/navi 0.29.342 → 0.29.344
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dev/jsenv_navi.js +4053 -3889
- package/dist/dev/jsenv_navi.js.map +14 -14
- package/dist/jsenv_navi.js +1691 -1527
- package/dist/jsenv_navi.js.map +14 -14
- package/docs/data_states.md +1 -1
- package/package.json +1 -1
package/docs/data_states.md
CHANGED
|
@@ -47,7 +47,7 @@ whose message was dismissed. Every one of those comes back as a value.
|
|
|
47
47
|
That is not a detail of the wait — it is what keeps the component alive.
|
|
48
48
|
Suspending does not draw a spinner over a subtree: it takes the subtree away and
|
|
49
49
|
puts the boundary's fallback in its place, and everything under it is remounted
|
|
50
|
-
when it comes back. A dialog open inside it
|
|
50
|
+
when it comes back. A dialog open inside it leaves with it and is reopened when it returns, a scroll position is lost,
|
|
51
51
|
half-typed text is gone, and the retry button the component was offering
|
|
52
52
|
disappears along with the component. A component that said it draws its own
|
|
53
53
|
states is never taken away from the person looking at it.
|