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
#189 - If errors occur while loading a JS file, don't throw an exception until we actually try to use the script. This ensures that a syntax error in a file loaded with AddScriptWithoutTransform will not crash IIS.
#186 - Expose ReactDOM just in case it's used in some script.
Added a console sample to show how ReactJS.NET can be used outside of a web context.
#195 - Add ReactEnvironment.Current property as a shortcut to get the current React environment. This replaces the old method of directly using the DI container (React.AssemblyRegistration.Container.Resolve<IReactEnvironment>()).