You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An invalid character (Â) is generated after the shouldComponentUpdate function name in a newly generated component.
/* * boolean shouldComponentUpdate(object nextProps, object nextState) * see: https://facebook.github.io/react/docs/component-specs.html#updating-shouldcomponentupdate */shouldComponentUpdate(nextProps,nextState)Â{// TODO signal if prop and state transition should trigger an update or not.// TLDR: a way to skip the diff algorithm and increase performance.},
This doesn't seem to be coming from the .ejs file either.
Any clue as to what is causing this?
The text was updated successfully, but these errors were encountered:
An invalid character (
Â
) is generated after theshouldComponentUpdate
function name in a newly generated component.This doesn't seem to be coming from the
.ejs
file either.Any clue as to what is causing this?
The text was updated successfully, but these errors were encountered: