We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
div
Package versions:
devexteme version: 20.2.7 devextreme-react version: 20.2.7
Steps to reproduce:
Create table with cellRender. Bug is reproducing on demo page: https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CellCustomization/React/Light/
cellRender
Current behavior:
There is redundant div.
Expected behavior:
There is no redundant div.
Screenshots:
The text was updated successfully, but these errors were encountered:
Note: There is no div in angular and in previous (20.2.6) react version.
Sorry, something went wrong.
Hi,
We added this div tag to get a sibling ref of a template to support React 17 and get rid of findDomNode. So, this case is not a bug.
No branches or pull requests
Bug Report
Package versions:
Steps to reproduce:
Create table with
cellRender
.Bug is reproducing on demo page: https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CellCustomization/React/Light/
Current behavior:
There is redundant
div
.Expected behavior:
There is no redundant
div
.Screenshots:
The text was updated successfully, but these errors were encountered: