Skip to content

Commit

Permalink
Fix primefaces#4248: Datatable Strict mode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 24, 2023
1 parent 357c9ee commit be90ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,6 @@ export const DataTable = React.forwardRef((inProps, ref) => {
useMountEffect(() => {
!attributeSelectorState && setAttributeSelectorState(UniqueComponentId());

setFiltersState(cloneFilters(props.filters));
setD_filtersState(cloneFilters(props.filters));

if (isStateful()) {
Expand Down

0 comments on commit be90ea1

Please sign in to comment.