Cannot read properties of undefined (reading '__labelPrefix') / fn: announceSelected #853
-
I'm using a table filter with a select based on this demo and it works fine with NextJS in
My sample code: <div className="select-filter">
<Select
data-testid="region-filter"
options={selectRegionOptions}
selectedAriaLabel="Selected"
selectedOption={region}
onChange={(event) => {
setRegion(event.detail.selectedOption as any);
}}
ariaDescribedby={null}
expandToViewport={true}
/>
</div> Any idea on what it could be? |
Beta Was this translation helpful? Give feedback.
Answered by
just-boris
Mar 19, 2023
Replies: 1 comment
-
It is an already known issue: #785 please check the comments there for more details |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
just-boris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is an already known issue: #785
please check the comments there for more details