Closed jatin-tarachandani closed 1 year ago
Apologies: The issue is with react-components library, not react-northstar
Hi @jatin-tarachandani , your repro link is a 404. Can you update the repro link?
I tried opening the Trigger Outside Dialog example in codesandbox, which imports DialogOpenChangeData, and it compiles without issue: https://codesandbox.io/s/z6l97l?file=/example.tsx
As @behowell wrote, it's exported in @fluentui/react-components
:
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
None
Reproduction
codesandbox.io/jovial-gould-nfydg8
Bug Description
Actual Behavior
When attempting to import and use as shown in the examples on the documentation website https://react.fluentui.dev/?path=/docs/components-dialog--default, it says "export 'DialogOpenChangeData' (imported as 'reactComponents') was not found in '@fluentui/react-components'" in the codesandbox link which is a direct copy of the code on the documentation website, the import is not being recognised.
Expected Behavior
The export of DialogOpenChangeData (which is present in my installation of the library) should be imported and usable.
Logs
No response
Requested priority
Blocking
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations