Skip to content

Commit

Permalink
Update solara/website/pages/documentation/getting_started/content/05-…
Browse files Browse the repository at this point in the history
…fundamentals/50-state-management.md

Co-authored-by: Jovan Veljanoski <jovan.veljanoski@gmail.com>
  • Loading branch information
maartenbreddels and JovanVeljanoski committed Sep 12, 2024
1 parent e3cbd88 commit 317b518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ reactive_dict.value = dict_copy # GOOD: re-assign a new dictionary

### Not mutating user defined classes

Or user defined classes, like a Panda DataFrame.
Or user defined classes, like a Pandas DataFrame.

```python
import solara
Expand Down

0 comments on commit 317b518

Please sign in to comment.