Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I reference subscriptions whose names contain periods? #70

Open
violetlight opened this issue Jan 15, 2021 · 0 comments
Open

How do I reference subscriptions whose names contain periods? #70

violetlight opened this issue Jan 15, 2021 · 0 comments

Comments

@violetlight
Copy link

I want to use $subReady on a subscription that has a period in the name. For example:

Meteor.publish('something.all', ...);

// Assume the following linens are in the appropriate place and this.$subReady is a valid reference
console.log(this.$subReady['something.all']); // Doesn't seem to work
console.log(this.$subReady.something.all); // Doesn't work, but I expected it not to

Is it currently possible to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant