refactor(fragments): remove visible anchors for fragments
This commit is contained in:
@@ -281,7 +281,7 @@ describe('api: options', () => {
|
||||
}
|
||||
} as any
|
||||
|
||||
expect(renderToString(h(Root))).toBe(`<!---->1112<!---->`)
|
||||
expect(renderToString(h(Root))).toBe(`1112`)
|
||||
})
|
||||
|
||||
test('lifecycle', async () => {
|
||||
|
||||
Reference in New Issue
Block a user