Update next and other deps

This commit is contained in:
2022-09-27 22:04:44 -04:00
parent f326bc1894
commit 2c25fdc731
7 changed files with 8343 additions and 2754 deletions

View File

@@ -81,7 +81,6 @@ export function mapChild(
if (!obj.children) {
let cb;
if (obj.type && typeMap) {
console.error(typeMap[obj.type])
cb = typeMap[obj.type]
}