You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bring cloud;
let q = new cloud.Queue();
let b = new cloud.Bucket();
// q.setConsumer(inflight (m: str) => {
// b.put("latest.txt", m);
// });
// new cloud.Function(inflight (s: str?) => {
// log("Function was called with {s!}");
// q.push(s!);
// });
Run wing it
Un-comment all the commented lines, the browser will show:
If I open another tab on localhost:3000, it will be:
I've also noticed this when running the learn experience (after seeing a drop in conversations)
This happened:
wing console doesn't re-render correctly
I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Wing Version
0.73.46
Node.js Version
No response
Platform(s)
No response
Community Notes
Please vote by adding a 👍 reaction to the issue to help us prioritize.
If you are interested to work on this issue, please leave a comment.
The text was updated successfully, but these errors were encountered:
I tried this:
How to reproduce:
wing it
If I open another tab on localhost:3000, it will be:
I've also noticed this when running the learn experience (after seeing a drop in conversations)
This happened:
wing console doesn't re-render correctly
I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Wing Version
0.73.46
Node.js Version
No response
Platform(s)
No response
Community Notes
The text was updated successfully, but these errors were encountered: