-
Notifications
You must be signed in to change notification settings - Fork 354
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
immediate_mode execution order? #308
Comments
There were some fixes related to immediate_callback and the main app in PR #292. So you need to make sure you are on the latest master vs the latest release. On the latest master I ran a test
And this has the expected behavior. |
Makes perfect sense. How can I build a single |
Found the |
In reading the documention, it sounds like the following code example:
...should result in showing:
...when I execute
example hello
, but instead, I'm getting:What am I missing? Or, is this a bug?
The text was updated successfully, but these errors were encountered: