-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix: expected type to be Array<Json>
, but got Array<Json>
instead
#6999
Conversation
Thanks for opening this pull request! 🎉
|
Array<Json>
, but got Array<Json>
instead
Console preview environment is available at https://wing-console-pr-6999.fly.dev 🚀 Last Updated (UTC) 2024-08-07 11:09 |
Signed-off-by: monada-bot[bot] <[email protected]>
BenchmarksComparison to Baseline ⬜🟥⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜
⬜ Within 1.5 standard deviations Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI. Results
Last Updated (UTC) 2024-08-06 12:12 |
Signed-off-by: monada-bot[bot] <[email protected]>
Thanks for contributing, @tsuf239! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.82.3. |
fixes #5421
in addition to the examples in the issue, I added one with
MutMap
(since it was also missing).I noticed that
Set
andMutSet
aren't legalJson
values, is that right @Chriscbr? (or should I add them as well)Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.