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
Currently, compileObjectLiteral in compiler.ts it is missing to check which fields are not present, and either error if that's non-null and has no initializer, pick the initializer or make it 0.
This was found, and discussed in a Slack discussion. @dcodeIO has context on this as well 😄 👍
The text was updated successfully, but these errors were encountered:
Currently,
compileObjectLiteral
incompiler.ts
it is missing to check which fields are not present, and either error if that's non-null and has no initializer, pick the initializer or make it 0.This was found, and discussed in a Slack discussion. @dcodeIO has context on this as well 😄 👍
The text was updated successfully, but these errors were encountered: