We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f22d6 commit f02180dCopy full SHA for f02180d
README.md
@@ -180,7 +180,7 @@ window.fooStoreData = fooStore.__data
180
console.log(window.fooStoreData) // { state: {...}, subscriptions: [...] }
181
```
182
183
-_**NOTE:** Avoid including `__data` in production environments; the data is mutable and therefore exposes a security risk if accessible._
+_**NOTE:** Avoid over-referencing or depending on `__data` too deeply. The data is mutable and changing it directly will cause unexpected behavior._
184
185
## Data model
186
0 commit comments