mobx-view-model-devtools 0.0.25 → 0.0.26
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/auto.global.js +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -38768,7 +38768,7 @@ class ViewModelDevtools {
|
|
|
38768
38768
|
scrollListRef;
|
|
38769
38769
|
storage = new Storage({
|
|
38770
38770
|
namespace: "mobx-view-model-devtools",
|
|
38771
|
-
type: "
|
|
38771
|
+
type: "session"
|
|
38772
38772
|
});
|
|
38773
38773
|
anyCache = observable.map();
|
|
38774
38774
|
autoscrollTimeout;
|