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

feat: sync base #1

Merged
merged 7 commits into from
Oct 2, 2020
Merged

feat: sync base #1

merged 7 commits into from
Oct 2, 2020

Conversation

baocancode
Copy link

Related Issue

Relate the Github issue with this PR using #

Description

Simple words to describe the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

Impacted Areas in Application

List general components of the application that this PR will affect:

*

Additional Notes

This is optional, feel free to follow your hearth and write here :)

glassblowerscat and others added 7 commits September 2, 2020 12:52
In `MTableEditField`, some `material-ui` input components were being passed
`inputProps`, which are for passing attributes to the rendered `input` element,
inside `InputProps`, which are for passing props to the wrapped `material-ui`
`Input` component. This resulted in the `aria-label` for these components
(which was all that was being passed in `inputProps`) being incorrectly applied,
throwing a development error and failing to render the `aria-label` in the DOM.
Fix `inputProps` incorrectly nested under `InputProps`
This PR fixes an infinity loop generated by the while loop, where the index is increased each turn and will always be above -1. This happens if the table is mounted repeatably in fast succession.
@baocancode baocancode merged commit 8631456 into dataremark:master Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants