Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/vars/base_vars.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<img width="773" height="434" alt="2026-02-04_09-14-07" src="https://github.com/user-attachments/assets/40614945-af51-4e73-b5b6-01a190ad1a84" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot added without explanation. PR description mentions a bug with rendered code showing reflex___state____state__flexdown___modules____a4e3de79f19b87b4f4fce3d5f729c6b6b225d8d968533932d2e49adf411f2694____ticker_state.price_rx_state_ instead of {TickerState.price}, but this PR only adds the screenshot - it doesn't fix the bug. If this is documenting a bug, should be in an issue tracker, not in the documentation file.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/vars/base_vars.md
Line: 1:1

Comment:
Screenshot added without explanation. PR description mentions a bug with rendered code showing `reflex___state____state__flexdown___modules____a4e3de79f19b87b4f4fce3d5f729c6b6b225d8d968533932d2e49adf411f2694____ticker_state.price_rx_state_` instead of `{TickerState.price}`, but this PR only adds the screenshot - it doesn't fix the bug. If this is documenting a bug, should be in an issue tracker, not in the documentation file.

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

```python exec
import random
import time
Expand Down Expand Up @@ -225,4 +226,4 @@ def index():
)
```

Here `State.x`, as it is typed correctly as a `dict` of `str` to `list` of `int` var, gets better code completion, i.e. here we get options such as `contains()`, `keys()`, `values()`, `items()` or `merge()`.
Here `State.x`, as it is typed correctly as a `dict` of `str` to `list` of `int` var, gets better code completion, i.e. here we get options such as `contains()`, `keys()`, `values()`, `items()` or `merge()`.