-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Meteor._reload.reload is deprecated #10330
Copy link
Copy link
Closed
Labels
Description
Description
Check here: meteor/meteor@14dbfb4
Meteor._reload.reload method is deprecated in Meteor latest version (1.6.1.1). Which cause app don't reload when saving changes in "My Account" section. It should be changed to Reload._reload.
Steps to Reproduce:
- Running app with latest Meteor (1.6.1.1)
- Create user and login
- Go to My Account section
- Change localization
- Save Changes
Expected behavior:
The app should be reloaded to see the changes
Actual behavior:
Nothing happen beside toast message
Reactions are currently unavailable