-
Notifications
You must be signed in to change notification settings - Fork 921
Closed
Labels
Description
The ReactSiteConfiguration static Configuration property is set to readonly.
The nuget package adds the following line to the ReactConfigur file
ReactSiteConfiguration.Configuration = new ReactSiteConfiguration();
I commented out that above line of code and everything seems to be working.
This is the actual error when compiling in VS.
Error 67 Property or indexer 'React.ReactSiteConfiguration.Configuration' cannot be assigned to -- it is read only