We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In React v0.11, namespacing was added in: http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx-namespacing
Looks like the JsxBundle works with namespaces, but using them on the server-side does not seem to work...
@Html.React("UI.HelloWorld", new { name = "Daniel" })
Either way, amazing library!
The text was updated successfully, but these errors were encountered:
Thanks for the report! This should be fairly simple to fix :)
Sorry, something went wrong.
60cba90
I've just released ReactJS.NET 1.1.2 which solves this issue. Thanks for reporting!
Speedy Speedy Speedy. Workings perfect! Thanks.
Daniel15
No branches or pull requests
In React v0.11, namespacing was added in: http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx-namespacing
Looks like the JsxBundle works with namespaces, but using them on the server-side does not seem to work...
Either way, amazing library!
The text was updated successfully, but these errors were encountered: