dillon1000/react

Commit

Always use a static message formats

These are the only places that seems to be including environment specific
variables in the message format.

By ensuring that they're static, we make it easier to group logs by
format. I also ensure that I keep each addendum separate so that they can
be filtered/grouped separately.
Browse files
Changed paths2 files
First-parent comparison
M src/classic/element/ReactElementValidator.js ModifiedM src/core/ReactCompositeComponent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…