Skip to content

Commit 7160af6

Browse files
committed
fix
1 parent 3566712 commit 7160af6

File tree

1 file changed

+1
-0
lines changed
  • packages/webui/src/client/lib

1 file changed

+1
-0
lines changed

packages/webui/src/client/lib/dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { logger } from './logging'
1111
const windowAny: any = window
1212

1313
Meteor.startup(() => {
14+
// Perform on a delay, to ensure the collections are setup
1415
setTimeout(() => {
1516
windowAny['Collections'] = Object.fromEntries(ClientCollections.entries())
1617
windowAny['PublicationCollections'] = Object.fromEntries(PublicationCollections.entries())

0 commit comments

Comments
 (0)