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
`@JsProperty on record components behave slightly differently than one would naively expect:
the generated accessor method should be treated as if it was a "getter", despite not having that name
the private final field should not be annotated/exposed at all
@JsType on a record should expose the constructor and the methods as @JsMethod, but components should not be treated as if they were annotated with anything.
The text was updated successfully, but these errors were encountered:
`@JsProperty on record components behave slightly differently than one would naively expect:
@JsType
on a record should expose the constructor and the methods as@JsMethod
, but components should not be treated as if they were annotated with anything.The text was updated successfully, but these errors were encountered: