Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle none case in state setattr #4301

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

adhami3310
Copy link
Member

Fix:

DeprecationWarning: mismatched-type-assignment has been deprecated in version 
0.6.5 Tried to assign value None of type <class 'NoneType'> to field 
State.parent_state of type <class 'reflex.state.BaseState'>. This might lead to 
unexpected behavior. It will be completely removed in 0.7.0

Copy link
Collaborator

@masenf masenf left a comment

Choose a reason for hiding this comment

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

gracias

@adhami3310 adhami3310 merged commit 1122cbf into main Nov 4, 2024
29 checks passed
@masenf masenf deleted the handle-none-case-in-state-setattr branch December 12, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants