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

fix(track-trail-updates): added ability to turn off trailing updates … #1387

Closed
wants to merge 1 commit into from
Closed

fix(track-trail-updates): added ability to turn off trailing updates … #1387

wants to merge 1 commit into from

Conversation

brandon-pereira
Copy link

@brandon-pereira brandon-pereira commented Oct 30, 2019

Closes #1386

console.warn(
'React-Hot-Loader: some components were updated out-of-bound. Updating your app to reconcile the changes.',
);
if (typeof configuration.trackTailUpdates === 'boolean' && configuration.trackTailUpdates) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's true by default, and is a condition to run this branch.

@theKashey
Copy link
Collaborator

Let's continue in #1389

@theKashey theKashey closed this Nov 2, 2019
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

Successfully merging this pull request may close these issues.

Suppress trackTailUpdates if 'true' passed
2 participants