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 typo, autocomplete to autoComplete #3958

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Conversation

gstvg
Copy link
Contributor

@gstvg gstvg commented Nov 8, 2019

Fix this:

Warning: Invalid DOM property autocomplete. Did you mean autoComplete?
in div (created by FormControl)
in FormControl (created by WithStyles(FormControl))
in WithStyles(FormControl) (created by TextField)
in TextField (created by renderInput)
in renderInput (created by ConnectedField)
in ConnectedField (created by Connect(ConnectedField))
in Connect(ConnectedField) (created by Field)
in Field (created by LoginForm)
in div (created by LoginForm)
in div (created by LoginForm)
in form (created by LoginForm)
in LoginForm (created by Form(LoginForm))
in Form(LoginForm) (created by Connect(Form(LoginForm)))
in Connect(Form(LoginForm)) (created by ReduxForm)
in ReduxForm (created by Connect(ReduxForm))
in Connect(ReduxForm) (created by Context.Consumer)
in translate(Connect(ReduxForm)) (created by WithStyles(translate(Connect(ReduxForm))))
in WithStyles(translate(Connect(ReduxForm)))
in div (created by Paper)
in Paper (created by WithStyles(Paper))
in WithStyles(Paper) (created by Card)
in Card (created by WithStyles(Card))
in WithStyles(Card) (created by Login)
in div (created by Login)
in MuiThemeProvider (created by Login)
in Login (created by WithStyles(Login))
in WithStyles(Login) (created by Route)
in Route (created by CoreAdminBase)
in Switch (created by CoreAdminBase)
in Router (created by ConnectedRouter)
in ConnectedRouter (created by CoreAdminBase)
in TranslationProviderView (created by Connect(TranslationProviderView))
in Connect(TranslationProviderView) (created by CoreAdminBase)
in Provider (created by CoreAdminBase)
in CoreAdminBase (created by withContext(CoreAdminBase))
in withContext(CoreAdminBase) (at App.js:20)
in App (at src/index.js:7) index.js:1375

@djhi djhi added this to the 2.9.9 milestone Nov 8, 2019
@fzaninotto fzaninotto merged commit fc827b7 into marmelab:master Nov 19, 2019
@fzaninotto
Copy link
Member

Thanks!

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.

3 participants