-
Notifications
You must be signed in to change notification settings - Fork 917
Closed
Description
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
- The relevant native JavascriptEngineSwitcher library packages are installed (such as
JavaScriptEngineSwitcher.V8.Native.win-x64) - The VC++ 2017 runtime is installed
- The value of
SetUseReactandSetUseBabelis correct inReactConfig.csorStartup.cs - 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: 5.2.4JavaScriptEngineSwitcher: 3.5.1reactandreact-dom: (N/A if using bundled react, or version number)webpack: (N/A if using bundled react)node: (N/A if using bundled react)
Runtime environment:
- OS: Windows 10
- .NET Framework or .NET Core Version: .NET Framework
Steps to reproduce
Hello :)
I was running into following error Prop 'className' did not match. Server: "MenuItemWrapper SelectedMenuItem" Client: "MenuItemWrapper" and I stumbled on #521 .
I'm using the React.Router package and my project uses a URL query parameter to define a default selected menuitem.
I saw in PR#541 ReactComponent checks on clientOnly but this is not the case for ReactRouterComponent.
Is this intentional? if so, why?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels