-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-js-root-componentsIssues related to JS root componentsIssues related to JS root components
Milestone
Description
RegisterForJavaScript contains a parameter named "javaScriptInitializer". This is unfortunate because it conflicts with the name of a feature "JS initializers" in an area where both are applicable, and it is being the source of confusion for customers.
Customers are confused because they don't know if the "initializer" refers to a JS initializer file, or to something else.
We should consider renaming the parameter: At least give it a different name to avoid running into this situation, something like componentFunctionSetup or something like that.
You can read the details #37074
SQL-MisterMagoo and Swimburger
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-js-root-componentsIssues related to JS root componentsIssues related to JS root components