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
After updating the Angular SDK to 0.17.2 (or 0.17.3 which is the latest at the time of authoring this issue) the console log is flooded with this error when a page is loading:
NG0303: Can't set value of the 'builderContext' input on the '_BuilderText' component. Make sure that the 'builderContext' property is annotated with @Input() or a mapped @Input('builderContext') exists.
After reverting to 0.17.1 the log statements are gone.
The text was updated successfully, but these errors were encountered:
After updating the Angular SDK to 0.17.2 (or 0.17.3 which is the latest at the time of authoring this issue) the console log is flooded with this error when a page is loading:
NG0303: Can't set value of the 'builderContext' input on the '_BuilderText' component. Make sure that the 'builderContext' property is annotated with @Input() or a mapped @Input('builderContext') exists.
After reverting to 0.17.1 the log statements are gone.
The text was updated successfully, but these errors were encountered: