marklogic-community / grove

Grove, a toolkit full of tooling, templates, and other resources that help with building UI applications on top of MarkLogic.

Home Page:https://marklogic-community.github.io/grove/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update for Documentation

awanczowski opened this issue · comments

It looks like the documentation on https://marklogic-community.github.io/grove/guides/react/recipes/search-results has an old import clause.

old: import { CardResult, SearchView, SearchSnippet} from 'grove-core-react-components';

new: import { CardResult, SearchView, SearchSnippet} from '@marklogic-community/grove-core-react-components';

This is now OBE with the refactor of grove-react-ui that added the contents of @marklogic-community/grove-core-react-components to the UI directly.