You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?