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

bump to react-18 #155

Merged
merged 3 commits into from
Apr 25, 2023
Merged

bump to react-18 #155

merged 3 commits into from
Apr 25, 2023

Conversation

BSd3v
Copy link
Collaborator

@BSd3v BSd3v commented Apr 24, 2023

  • fix of openGroups
  • fix paginationGoTo
  • fix rowMenuRenderer material-ui to most recent version

BSd3v added 2 commits April 24, 2023 14:06
- fix of `openGroups`
updated tests for testing issues fixed in this PR (`openGroups`, `paginationGoTo`)
@BSd3v BSd3v linked an issue Apr 24, 2023 that may be closed by this pull request
if (rowModelType === 'infinite') {
params.api.setDatasource(this.getDatasource());
}

this.setState({
this.setState(() => ({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to make this a function?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, was trying to solve the bad setState issue, we can revert.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@alexcjohnson alexcjohnson merged commit a360205 into plotly:dev Apr 25, 2023
@BSd3v BSd3v deleted the react-18 branch April 25, 2023 20:14
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.

Setting a start page doesn't work.
3 participants