-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Regression: React + Blaze reconciliation #21567
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
Conversation
|
This pull request introduces 1 alert when merging b85986e into da6b34f - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging b7d0e8b into 7f2d924 - view on LGTM.com new alerts:
|
…Chat into regression/reactivity
|
|
||
| if (!previousNode) { | ||
| setTimeout(() => { | ||
| currentNode.dispatchEvent(new CustomEvent('MessageGroup', { bubbles: true })); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love that <3
| @@ -1,5 +1,5 @@ | |||
| import { Meteor } from 'meteor/meteor'; | |||
| import { Session } from 'meteor/session'; | |||
| // import { Session } from 'meteor/session'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//
| name: roomConfig.route.name, | ||
| action: roomConfig.route.action, | ||
| triggersExit: [() => Session.set('openedRoom', '')], | ||
| // triggersExit: [() => Session.set('openedRoom', '')], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//
| @@ -1,5 +1,5 @@ | |||
| import { Blaze } from 'meteor/blaze'; | |||
| import { Session } from 'meteor/session'; | |||
| // import { Session } from 'meteor/session'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//
|
|
||
| Session.set('lastOpenedRoom', Session.get('openedRoom')); | ||
| Session.set('openedRoom', null); | ||
| // Session.set('lastOpenedRoom', Session.get('openedRoom')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//
| createTemplateForComponent( | ||
| 'DiscussionMetric', | ||
| () => import('./components/Message/Metrics/Discussion'), | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code style consistence... braces in the same line or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tell that to my prettier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, under client/, Prettier is the ruler.
tassoevan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Respect ESLint.
…Chat into regression/reactivity
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments