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

Fix #2893: Remove imperativeHandle as it blocks access to ref #3042

Closed
wants to merge 1 commit into from

Conversation

melloware
Copy link
Member

###Defect Fixes
Fix #2893: Remove imperativeHandle as it blocks access to ref

I have confirmed this break code that worked between 7.0 and 8.0 as for example in a DataTable I can no longer access dtRef.current.exportFileName or any other Datatable property.

@melloware melloware requested a review from mertsincan July 7, 2022 17:44
@melloware melloware added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Jul 7, 2022
@melloware melloware closed this Jul 7, 2022
@melloware melloware deleted the PR2893 branch July 7, 2022 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hooks: useImperativeHandle is preventing the default behaviour of useRef hook
2 participants