Skip to content

fix(react-data-grid-react-window-grid): Export useColumnIndexContext and useRowIndexContext #307

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

FengQiMS
Copy link
Contributor

Export useColumnIndexContext and useRowIndexContext

@FengQiMS FengQiMS requested a review from a team as a code owner February 11, 2025 06:04
@FengQiMS FengQiMS changed the title [Patch] Export useColumnIndexContext and useRowIndexContext patch(react-data-grid-react-window-grid) Export useColumnIndexContext and useRowIndexContext Feb 11, 2025
@FengQiMS FengQiMS changed the title patch(react-data-grid-react-window-grid) Export useColumnIndexContext and useRowIndexContext patch(react-data-grid-react-window-grid): Export useColumnIndexContext and useRowIndexContext Feb 11, 2025
@FengQiMS FengQiMS requested a review from stkevintan February 11, 2025 08:24
@FengQiMS FengQiMS closed this Feb 12, 2025
@FengQiMS FengQiMS reopened this Feb 12, 2025
@Hotell Hotell changed the title patch(react-data-grid-react-window-grid): Export useColumnIndexContext and useRowIndexContext fix(react-data-grid-react-window-grid): Export useColumnIndexContext and useRowIndexContext Feb 26, 2025
@@ -13,6 +13,14 @@ export {
DataGridSelectionCell,
} from '@fluentui/react-components';

export {
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure this is a recommended approach, for most cases exporting raw Context should not be allowed as that introduces internal API leaks

based on codeowners maybe @ling1726 can provide additional POV ?

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.

3 participants