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
Thanks for filing a bug! To save time, if you're having trouble using the library, please check off the items you have tried. If you are just asking a question, skip right to the bottom.
Please verify these steps before filing an issue, and check them off as you go
[ x ] The relevant native JavascriptEngineSwitcher library packages are installed (such as JavaScriptEngineSwitcher.V8.Native.win-x64)
[ x ] The VC++ 2017 runtime is installed
[ x ] The value of SetUseReact and SetUseBabel is correct in ReactConfig.cs or Startup.cs
[ x ] I've looked at the sample projects in this repo to verify that my app is configured correctly
I'm using these library versions:
ReactJS.NET: React.AspNet v5.2.12
JavaScriptEngineSwitcher: V8 v3.18.4
react and react-dom: react.js v0.14.7 from NuGet
webpack: N/A
node: N/A
Runtime environment:
OS: Windows
.NET Framework or .NET Core Version: .net 6.0
Steps to reproduce
Create new project ASP.NET Core Web App (Model-View-Controller)
Thanks for filing a bug! To save time, if you're having trouble using the library, please check off the items you have tried. If you are just asking a question, skip right to the bottom.
Please verify these steps before filing an issue, and check them off as you go
JavaScriptEngineSwitcher.V8.Native.win-x64
)SetUseReact
andSetUseBabel
is correct inReactConfig.cs
orStartup.cs
I'm using these library versions:
ReactJS.NET
: React.AspNet v5.2.12JavaScriptEngineSwitcher
: V8 v3.18.4react
andreact-dom
: react.js v0.14.7 from NuGetwebpack
: N/Anode
: N/ARuntime environment:
Steps to reproduce
<script src="@Url.Content("~/Components/Home/Login.jsx")"></script>
to Views/Home/Index.cshtmlRunning the app results in a runtime error that react.js cannot be found at:
The text was updated successfully, but these errors were encountered: