Closed
Description
I am trying to setup asp.net core project with server-side rendering concept using react components(Hybrid way).
I can't use third party libraries in server-side rendering.
for example, https://reactstrap.github.io/ library throws this error.
"React.Exceptions.ReactScriptLoadException: Error while loading "~dist/server.bundle.js": Script Document [2]: Uncaught ReferenceError: Map is not defined at line: 2880 column: 69.
Line: 2880"
I attached the relevant screenshots here. please check this. Did I miss anything ?
error:
package file:
server-side component call in home view
startup file register
webpack config
expose-loader
mapping of server-side rendering
Metadata
Metadata
Assignees
Labels
No labels