Skip to content

Is legal returning implicitly readonly state? #2756

Answered by posva
giolf asked this question in Help and Questions
Discussion options

You must be logged in to vote

It's not allowed (it's explicitly mentioned in the docs you quote). The only fully safe way of having private (or readonly state) is by moving it into another store that returns a regular writable state

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@giolf
Comment options

@posva
Comment options

@giolf
Comment options

@posva
Comment options

@giolf
Comment options

Answer selected by posva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants