Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
d7faed9c81ad
Commit
b97e73e8
authored
Sep 16, 2020
by
Fabien Amarger
Browse files
fix: [simpleRender] Returns void since it renders in the node which has the node id in param
parent
a9f120decea3
Pipeline
#14483
passed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/view-impl.ts
View file @
d7faed9c
...
...
@@ -138,7 +138,7 @@ export interface ViewImplementation {
* The (optional) data fetcher is an utility to ease fetching data for a specific URI
*/
dataFetcher
?:
DataFetcher
)
=>
Element
;
)
=>
void
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment