Unverified Commit d9d92659 authored by R4356th's avatar R4356th Committed by GitHub

Update username-step.jsx

parent 29558b84
......@@ -34,7 +34,7 @@ class UsernameStep extends React.Component {
};
// simple object to memoize remote requests for usernames.
// keeps us from submitting multiple requests for same data.
this.usernameRemoteCache = {};
this.usernameRemoteCache = Object.create(null);
}
componentDidMount () {
// Send info to analytics when we aren't on the standalone page.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment