Hi,
I've downloaded client side resources ej2.min.js from Syncfusion npm to use locally.
Version is 18.3.42. I've added nuget EJ2.AspNet.Core (18.3.0.42) and EJ2.PdfViewer.AspNet.Core (18.3.0.42).
However when I load my page with pdfviewer it gave error:
constants.js:93 Uncaught TypeError: (void 0) is not a function
at constants.js:93
at constants.js:93
(anonymous) @ constants.js:93
(anonymous) @ constants.js:93
(index):92 Uncaught ReferenceError: ejs is not defined
at (index):92
If I use CDN version of ej2.min.js, pdfviewer load correctly without error.