reflex-examples
reflex-examples copied to clipboard
Fix all examples that yield/return events incorrectly
Anywhere we're calling return self.X
or yield self.X
need to be changed to the class reference.