Created
October 30, 2018 10:55
-
-
Save fusspawn/5544f5ef341a1335042ed201d31fec10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[9] ./chat/botman.ts 1.46 kB {0} [built] | |
[29] ./widget/style.ts 2.92 kB {1} [built] | |
[30] ./widget/index.tsx 2 kB {1} [built] | |
[31] ./widget/widget.tsx 6.49 kB {1} [built] | |
[32] ./widget/chat-frame.tsx 1.81 kB {1} [built] | |
[33] ./widget/chat-floating-button.tsx 2.39 kB {1} [built] | |
[34] ./widget/chat-title-msg.tsx 2.8 kB {1} [built] | |
[35] ./widget/arrow-icon.tsx 1.99 kB {1} [built] | |
[36] ./widget/api.ts 1.81 kB {1} [built] | |
[38] ./widget/configuration.ts 951 bytes {1} [built] | |
[39] ./chat/index.tsx 969 bytes {0} [built] | |
[40] ./chat/chat.tsx 8.16 kB {0} [built] | |
[41] ./chat/message-area.tsx 1.42 kB {0} [built] | |
[42] ./chat/message-holder.tsx 3.37 kB {0} [built] | |
[45] ./chat/messages/action.tsx 1.96 kB {0} [built] | |
+ 34 hidden modules | |
ERROR in [at-loader] ./src/chat/messages/messagetype.tsx:22:24 | |
TS2540: Cannot assign to 'visible' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/messages/messagetype.tsx:23:24 | |
TS2540: Cannot assign to 'visibilityChanged' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/messages/action.tsx:29:24 | |
TS2540: Cannot assign to 'attachmentsVisible' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/messages/buttons.tsx:31:24 | |
TS2540: Cannot assign to 'attachmentsVisible' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/messages/typing-indicator.tsx:16:24 | |
TS2540: Cannot assign to 'visible' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/chat.tsx:19:20 | |
TS2540: Cannot assign to 'messages' because it is a constant or a read-only property. | |
ERROR in [at-loader] ./src/chat/chat.tsx:20:20 | |
TS2540: Cannot assign to 'replyType' because it is a constant or a read-only property. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment