Skip to main content

Missing "Text" component in monday-ui-react-core?

  • September 25, 2024
  • 6 replies
  • 19 views

tylerb
  • Participating Frequently
  • 7 replies

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)

6 replies

rachelatmonday
Forum|alt.badge.img
  • Participating Frequently
  • 404 replies
  • September 25, 2024

Hey @tylerb,

Which version of vibe are you using?

Best,
Rachel


tylerb
  • Author
  • Participating Frequently
  • 7 replies
  • September 25, 2024

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!


rachelatmonday
Forum|alt.badge.img
  • Participating Frequently
  • 404 replies
  • September 25, 2024

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


rachelatmonday
Forum|alt.badge.img
  • Participating Frequently
  • 404 replies
  • September 26, 2024

@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 🙂


tylerb
  • Author
  • Participating Frequently
  • 7 replies
  • September 26, 2024

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).


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • September 29, 2024

We are glad that is the case @tylerb!

Let us know if you need anything!