Nikhil Rao
Nikhil Rao
@lucashofer So currently when you do something like `self.event_handler` within the code, it returns an `EventHandler` object rather than the function itself. To call the function, you need to do...
Could you try downgrading your bun to v0.5.5? We saw some issues with this version
This should be resolved since hard-coding the bun version.
This was added in #810
@TommyDew42 yes you can for example have state vars as dictionary values, so this should work.
Sure! Do we need to wrap a new React component for this, or how would it work?
We automatically convert underscores to hyphens - so the route should be available at `sign-up` - lmk if that works. We should either document this better or we can change...
This is resolved in #1713 - if you use `add_page` and provide a route name, we will keep the underscores. However, if the route is automatically inferred from the function...
@wongni I'm seeing this too - working on a fix now.
Yeah this is annoying, let's prioritize it for the next sprint.