Skip to content

Commit ff24800

Browse files
authored
Fix query reference. (#1260)
1 parent f08b85d commit ff24800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function mountApp() {
328328

329329
if (!containerElement) {
330330
throw new Error(
331-
`Element with query ${state.get().accountCenter} does not exist.`
331+
`Element with query ${containerElementQuery} does not exist.`
332332
)
333333
}
334334

0 commit comments

Comments
 (0)