-
-
Notifications
You must be signed in to change notification settings - Fork 122
Alter InvokeOnSpacerBeforeVisible for NET 11.0 so it uses 4 parameters #1919
New issue
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
Changes from all commits
be53d52
742be77
5129e63
f8c1ddf
5839730
98c12b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| @inject IJSRuntime jsRuntime | ||
| @inject IJSRuntime jsRuntime | ||
| <p>@name</p> | ||
| @code{ | ||
| @code { | ||
| string name = string.Empty; | ||
|
|
||
| protected override async Task OnAfterRenderAsync(bool firstRender) | ||
| { | ||
| if (firstRender) | ||
| { | ||
| name = await jsRuntime.InvokeAsync<string>("getdata"); | ||
|
Check failure on line 10 in tests/bunit.testassets/SampleComponents/SimpleWithJSRuntimeDep.razor
|
||
| StateHasChanged(); | ||
| } | ||
| } | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.