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.
1 parent bf2ca6a commit 5faaa16Copy full SHA for 5faaa16
src/Core/Components/Base/FluentComponentBase.cs
@@ -41,7 +41,7 @@ protected FluentComponentBase(LibraryConfiguration configuration)
41
/// Gets the JavaScript module imported with the <see cref="FluentJSModule.ImportJavaScriptModuleAsync"/> method.
42
/// You need to call this method (in the `OnAfterRenderAsync` method) before using the module.
43
/// </summary>
44
- internal FluentJSModule JSModule => _jsModule ??= new FluentJSModule(JSRuntime);
+ protected FluentJSModule JSModule => _jsModule ??= new FluentJSModule(JSRuntime);
45
46
/// <summary>
47
/// Gets the class builder, containing the default margin and padding values.
0 commit comments