ace.require("ace/ext/themelist"); in angular12 gets only an undefined value!
How to recreate and play with the issue:
git clone https://github.com/myonara/test-ace-primeng
npm install
ng serve
open browser at http:/localhost:4200
open development tools => console
press tiny button in the left top corner
see the error with undefined reference
the bug is fixed, when the drop down shows the list of themes!
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
ace.require("ace/ext/themelist"); in angular12 gets only an undefined value!
How to recreate and play with the issue:
git clone https://github.com/myonara/test-ace-primeng npm install ng serve open browser at http:/localhost:4200 open development tools => console press tiny button in the left top corner see the error with undefined reference the bug is fixed, when the drop down shows the list of themes!
Versions checked:
angular 12.2.1 primeng 12-1-0-rc.1 ace-build 1.4.12
code snippet: