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
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
I am using a frontend framework and js interop in my app.
Since my upgrade to latest version with NNBD support, I am seeing errors on this kind of HTML;
<spanclass="helper-text" data-error="Please enter a valid title" data-success=""></span>
Can't bind to 'data-error' since it isn't an input of any bound directive or a native property. Please check that the spelling is correct, or that the intended directive is included in the host component's list of directives. See more details go/skipschemavalidationfor.
If your project uses selector css styling heavily, or the templates contain external custom elements not supported by ACX, then this feature might not be a good fit for your project. To prevent compilation errors, please add your project to the disallow list in go/opted-out-missing-directive-validator
I can't find the resources mentioned in this message:
go/skipschemavalidationfor
go/opted-out-missing-directive-validator
And I don't have any idea on how to fix this error.
Env:
Dart: 2.14.2
AngularDart: 7.0.0
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
I am using a frontend framework and js interop in my app.
Since my upgrade to latest version with NNBD support, I am seeing errors on this kind of HTML;
I can't find the resources mentioned in this message:
And I don't have any idea on how to fix this error.
Env:
The text was updated successfully, but these errors were encountered: