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 c035c8c commit 3b22260Copy full SHA for 3b22260
platform/nativescript/runtime/node-ops.js
@@ -4,7 +4,7 @@ import { trace } from '../util'
4
export const namespaceMap = {}
5
6
export function createElement(tagName, vnode) {
7
- trace(`CreateElement(${tagName})`)
+ trace(`CreateElement(${tagName.replace(/^native/i, '')})`)
8
return document.createElement(tagName)
9
}
10
0 commit comments