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 7276c89 commit 1702af5Copy full SHA for 1702af5
lib/ui/views.js
@@ -5,6 +5,7 @@ import { once } from '../misc';
5
6
const getlazy = client.import('getlazy');
7
8
+// TODO this.ink is not imported!
9
10
export function dom({tag, attrs, contents}, opts) {
11
const view = document.createElement(tag);
0 commit comments