I'm trying syncfusion out with the autocomplete control in a Blazor server application.
I had to include ejs.interop-ie.min.js (which is what is in the DatePicker example) to get rid of the "Could not find 'ejsInterop' in 'window'".
Now I get the the following error:
SourceMaps.getMapForGeneratedPath: exception while processing path: https://cdn.syncfusion.com/ej2/17.4.55/dist/ej2.min.js, sourcemap: ej2.min.js.map
SyntaxError: Unexpected token in JSON at position 0
at JSON.parse (<anonymous>)
at new SourceMap (C:\ProgramData\Microsoft\VisualStudio\ChromeAdapter\63fcb39b\node_modules\vscode-chrome-debug-core\out\src\sourceMaps\sourceMap.js:19:25)
at sourceMapContentsP.then.contents (C:\ProgramData\Microsoft\VisualStudio\ChromeAdapter\63fcb39b\node_modules\vscode-chrome-debug-core\out\src\sourceMaps\sourceMapFactory.js:58:28)
at process._tickCallback (internal/process/next_tick.js:68:7)
I also downloaded and tried out the datepicker sample application. Loaded it and got the following errors:
Verbose logs are written to:
Microsoft.Hosting.Lifetime: Information: Content root path: K:\Research\Blazor\DropDownList\DatePicker\DatePicker
A cookie associated with a cross-site resource at https://github.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032. [https://localhost:44324/]
SourceMaps.getMapForGeneratedPath: exception while processing path: https://cdn.syncfusion.com/ej2/17.4.42/dist/ej2.min.js, sourcemap: ej2.min.js.map
SyntaxError: Unexpected token in JSON at position 0
at JSON.parse (<anonymous>)
at new SourceMap (C:\ProgramData\Microsoft\VisualStudio\ChromeAdapter\63fcb39b\node_modules\vscode-chrome-debug-core\out\src\sourceMaps\sourceMap.js:19:25)
at sourceMapContentsP.then.contents (C:\ProgramData\Microsoft\VisualStudio\ChromeAdapter\63fcb39b\node_modules\vscode-chrome-debug-core\out\src\sourceMaps\sourceMapFactory.js:58:28)
at process._tickCallback (internal/process/next_tick.js:68:7)
[2020-03-19T00:20:55.532Z] Information: Normalizing '_blazor' to 'https://localhost:44324/_blazor'.
[2020-03-19T00:20:55.783Z] Information: WebSocket connected to wss://localhost:44324/_blazor?id=joU2G2p7mycc9CFFguvTmQ.
It appears to me, there is still a problem with this stuff or it's a permissions issue someplace.