Cannot find module '@cloudscape-design/components/internal/components/option' or its corresponding type declarations.ts(2307) #1205
Closed
tomvonheill
started this conversation in
General
Replies: 1 comment
-
You're importing the I'm assuming the import { SelectProps } from "@cloudscape-design/components/select"
import { offeringErrorType } from './schemas'
export interface stepTwoInterface {
investmentOpportunity: offeringErrorType
setFeeTypeLabelsUsed: React.Dispatch<
React.SetStateAction<SelectProps.Option[] | undefined[]>
>
feeTypeLabelsUsed: SelectProps.Option[] | undefined[]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone know how to resolve this type error? the code i'm using is below
Beta Was this translation helpful? Give feedback.
All reactions