Error when built AOT
See original GitHub issueI installed version 1.3.8 when build aot, I get error below. Pls check it 😃
[at-loader] Checking finished with 2 errors
Error in bail mode: [at-loader] ./compiled/node_modules/ng2-tag-input/dist/modules/components/tag-input/tag-input.ngfactory.ts:526:50
TS2341: Property 'dragProvider' is private and only accessible within class 'TagInputComponent'.
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
when I run " flutter build aot --debug " error? - Stack Overflow
AOT is for release mode by default in flutter build. BTW: flutter build aot is deprecated, https://github.com/flutter/flutter/issues/49562.
Read more >AOT metadata errors - Angular
The compiler encountered a referenced to a locally defined symbol that either wasn't exported or wasn't initialized. Here's a provider example of the...
Read more >How to catch build errors when using aot on production and w ...
After merging, there's a hook to deploy the changes, and on production build, I got a compile error. The error was in a...
Read more >AOT build error Cannot read property 'kind' of undefined #8434
The cause in our case is some decorators being applied to properties that also have Angular decorators (usually @input) applied to them.
Read more >Error in build using AOT - microTVM - Apache TVM Discuss
Hi @manupa-arm, @areusch, I was trying to generate build (AOT enabled) as follows: def _make_session(temp_dir, zephyr_board, west_cmd, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah just tested on 1.4.0 and its working fine for me. @Gbuomprisco Thanks
@Gbuomprisco It hadn’t worked until 1.4.5 of ngx-chips, now it works, thanks.