Skip to content

Commit f02180d

Browse files
authored
chore: rewrite __data comment
1 parent e2f22d6 commit f02180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ window.fooStoreData = fooStore.__data
180180
console.log(window.fooStoreData) // { state: {...}, subscriptions: [...] }
181181
```
182182

183-
_**NOTE:** Avoid including `__data` in production environments; the data is mutable and therefore exposes a security risk if accessible._
183+
_**NOTE:** Avoid over-referencing or depending on `__data` too deeply. The data is mutable and changing it directly will cause unexpected behavior._
184184

185185
## Data model
186186

0 commit comments

Comments
 (0)