Skip to main content

It seems the Text component in vibe is missing in monday-ui-react-core. I think another component was missing a few days ago, but can’t remember what it was.


Is this being updated? Looks like the Text component exists in the Github vibe repo so maybe something didn’t get pushed to npm?


Error below:


export 'Text' (imported as 'Text') was not found in 'monday-ui-react-core' (possible exports: Accordion, AccordionItem, AlertBanner, AlertBannerButton, AlertBannerLink, AlertBannerText, AttentionBox, Avatar, AvatarGroup, Banner, Box, BreadcrumbItem, BreadcrumbsBar, Button, ButtonGroup, Checkbox, Chips, Clickable, ColorPicker, ColorPickerContent, ColorUtils, Combobox, Counter, CustomSvgIcon, DatePicker, Dialog, DialogContentContainer, Divider, Dropdown, EditableHeading, EditableInput, ExpandCollapse, Flex, FormattedNumber, GridKeyboardNavigationContext, Heading, HiddenText, Icon, IconButton, InputField, Label, LinearProgressBar, Link, List, ListItem, ListItemAvatar, ListItemIcon, ListTitle, Loader, Menu, MenuButton, MenuDivider, MenuGridItem, MenuItem, MenuItemButton, MenuTitle, Modal, ModalContent, ModalFooter, ModalHeader, MultiStepIndicator, RadioButton, ResponsiveList, Search, SearchComponent, Skeleton, Slider, SplitButton, Steps, Tab, TabList, TabPanel, TabPanels, TabsContext, TextField, TextWithHighlight, Tipseen, TipseenContent, TipseenImage, TipseenWizard, Toast, ToastButton, ToastLink, Toggle, Tooltip, VirtualizedGrid, VirtualizedList, useActiveDescendantListFocus, useAfterFirstRender, useClickOutside, useClickableProps, useDebounceEvent, useEventListener, useGridKeyboardNavigation, useGridKeyboardNavigationContext, useHover, useIsMouseOver, useIsOverflowing, useKeyEvent, useListenFocusTriggers, useMediaQuery, useMergeRefs, usePrevious, useResizeObserver, useSetFocus, useSwitch, useTimeout, useVibeMediaQuery)

Hey @tylerb,


Which version of vibe are you using?


Best,

Rachel


Haha, sorry, bit of an npm noob here.


I was using a quickstart repo (which is at 1.134.1) as a template but latest on npm is at 2.134.2.


Updated with npm install monday-ui-react-core@latest and I now have the Text component.


Thanks!


Great to hear! Let us know if you have any other questions.


@tylerb would you mind sharing which quickstart repo you’re referring to? I want to make sure it is updated if it is one of our resources 🙂


Sure, it’s this one:


https://github.com/mondaycom/welcome-apps/tree/master/apps/quickstart-workdocs


Incidentally, updating all npm packages in packages.json fixed some other issues that I was working around (i.e. running the app concurrently with a tunnel).


We are glad that is the case @tylerb!


Let us know if you need anything!


Reply