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 302c7af commit 4c90c54Copy full SHA for 4c90c54
packages/html-data/bin/aria.ts
@@ -159,5 +159,6 @@ await writeFile(
159
classesMap: new Map(),
160
parameters: [],
161
metas: new Map(),
162
+ tagsOverrides: {},
163
}) + "export { Page }"
164
);
packages/html-data/bin/attributes.ts
@@ -270,6 +270,7 @@ await writeFile(
270
271
272
273
274
275
276
0 commit comments