You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test the code, but it doesn't allow me to install, it gives me this error when I click build
`./domains/marketplace/components/MarketplaceOnboarding/OfferSetup.tsx:1:31
Type error: Cannot find module '@app/condorb/schema' or its corresponding type declarations.
1 | import { SortAcceptsBy } from '@app/condorb/schema'
| ^
2 | import { Col, Form, Row } from 'antd'
3 | import dayjs from 'dayjs'
4 | import get from 'lodash/get'`
The text was updated successfully, but these errors were encountered:
I'm trying to test the code, but it doesn't allow me to install, it gives me this error when I click build
`./domains/marketplace/components/MarketplaceOnboarding/OfferSetup.tsx:1:31
Type error: Cannot find module '@app/condorb/schema' or its corresponding type declarations.
The text was updated successfully, but these errors were encountered: