Skip to content

Commit

Permalink
recover after react 19 compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Jan 3, 2025
1 parent c268dcc commit c86693e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devextreme-react/src/core/component-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ const ComponentBase = forwardRef<ComponentBaseRef, any>(
}), [
templateProps,
defaults,
props,
]);

const options = useOptionScanning(
Expand Down

0 comments on commit c86693e

Please sign in to comment.