Consider whether InvokeAsync should move from IRenderedFragmentBase to IRenderedComponentBase #156
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
input needed
When an issue requires input or suggestions
InvokeAsync
added in #82 might not make sense onIRenderedFragment
, since there is no way to access the component instance through it.It should probably be moved to the
IRenderedFragmentBase
type instead to make the API cleaner.Remember to update the
triggers-renders
docs page.The text was updated successfully, but these errors were encountered: