We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consuming project and running jest produces the following output.
jest
/node_modules/@momentum-ui/react-collaboration/dist/cjs/index.js:4 export { Accordion, AccordionGroup, AccordionHeader, AccordionContent, ActivityButton, Alert, AlertBanner, AlertCall, AlertCallContainer, AlertContainer, AlertMeeting, Avatar, Badge, Breadcrumbs, Button, ButtonGroup, CallControl, Card, CardSection, Checkbox, CheckboxGroup, Chip, CloseIcon, CloseWrapper, Coachmark, ComboBox, CompositeAvatar, CollapseButton, ContentItem, DatePicker, EditableTextfield, EventOverlay, ErrorBoundary, Footer, Form, FormContent, FormInfo, FormSection, FormSubSection, Icon, Input, InputMessage, InputHelper, InputSearch, InputSection, Label, Lightbox, Link, List, ListItem, ListItemHeader, ListItemMeeting, ListItemSection, ListSeparator, Loading, Menu, MenuContent, MenuOverlay, MenuItem, Modal, ModalBody, ModalFooter, ModalHeader, Popover, ProgressBar, Radio, RadioGroup, Select, SelectOption, Sidebar, SidebarBody, SidebarFooter, SidebarHeader, SidebarNav, SidebarNavItem, Slider, SocialList, SpaceListItem, SpaceListMeeting, Spinner, SubMenu, Tab, TabContent, TabHeader, TabList, TabPane, Tabs, TimePicker, ToggleSwitch, Topbar, TopbarMobile, TopbarNav, TopbarRight, Tooltip, } from './legacy'; ^^^^^^ SyntaxError: Unexpected token 'export'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consuming project and running
jest
produces the following output.The text was updated successfully, but these errors were encountered: