-
Notifications
You must be signed in to change notification settings - Fork 29
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
export *** not found error 발생 건 #123
Comments
I have same issue. Failed to compile. Attempted import error: 'UserMessageUpdateParams' is not exported from '@sendbird/chat/message' (imported as 'UserMessageUpdateParams'). ERROR in ./src/samples/GroupChannelTypes.js 203:36-59 ERROR in ./src/samples/GroupChannelTypes.js 224:36-59 ERROR in ./src/samples/GroupChannelTypes.js 289:33-49 ERROR in ./src/samples/GroupChannelTypes.js 1160:34-51 ERROR in ./src/samples/GroupChannelTypes.js 1173:35-59 |
I have the same issue. Any solutions ? |
ERROR in ./src/samples/GroupChannelTypes.js 191:42-65
export 'UserMessageUpdateParams' (imported as 'UserMessageUpdateParams') was not found in '@sendbird/chat/message' (possible exports: AdminMessage, AppleCriticalAlertOptions, BaseMessage, FileMessage, MentionType, MessageMetaArray, MessageModule, MessageRequestHandler, MessageSearchOrder, MessageSearchQuery, MessageType, MessageTypeFilter, OGImage, OGMetaData, PreviousMessageListQuery, PushNotificationDeliveryOption, Reaction, ReactionEvent, ReactionEventOperation, ReplyType, Sender, SendingStatus, ThreadInfo, ThreadInfoUpdateEvent, Thumbnail, UserMessage)
import SendbirdChat, { UserUpdateParams } from '@sendbird/chat';
import {
GroupChannelHandler,
GroupChannelModule,
GroupChannelCreateParams,
} from '@sendbird/chat/groupChannel';
import {
UserMessageCreateParams,
MessageListParams,
UserMessageUpdateParams,
FileMessageCreateParams
} from '@sendbird/chat/message';
GroupChannelCreateParams,
UserMessageCreateParams,
MessageListParams,
UserMessageUpdateParams,
FileMessageCreateParams
동일한 오류 발생합니다.
The text was updated successfully, but these errors were encountered: