We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A LiteralEventChainVar should include var_data that adds the hook for addEvents (or whatever the invocation is).
LiteralEventChainVar
var_data
addEvents
invocation
EventChain.create should accept arbitrary kwargs to pass to the EventChain constructor.
EventChain.create
EventChain
rx.Var.create throws away passed _var_data for non-str values
rx.Var.create
_var_data
Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered:
ENG-4335 LiteralEventChainVar doesn't include appropriate hooks
Sorry, something went wrong.
EventChain.create accepts arbitrary kwargs
28f7f38
Pass _var_data when creating LiteralVar Partial fixes for #4608
EventChain.create accepts arbitrary kwargs (#4609)
fe9c020
727c87c
No branches or pull requests
Describe the bug
A
LiteralEventChainVar
should includevar_data
that adds the hook foraddEvents
(or whatever theinvocation
is).EventChain.create
should accept arbitrary kwargs to pass to theEventChain
constructor.rx.Var.create
throws away passed_var_data
for non-str valuesSpecifics (please complete the following information):
The text was updated successfully, but these errors were encountered: