Skip to content

Devtools has dependency on store #109

@simoncollins

Description

@simoncollins

The README for dev tools indicates that installing the store is optional. However it appears the dev tools depend on the store:

Module not found: Can't resolve '@ai-sdk-tools/store'
   7 | import { Build, Schedule, Error as Error$1, CheckCircle, PlayArrow, Help, Pause, Clear, ViewSidebar, ViewList, Close, DataObject, ErrorOutline, Api, Settings, Psychology, Circle, Code, Send } from '@mui/icons-material';
   8 | import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
>  9 | import { ChatStoreContext as ChatStoreContext$1 } from '@ai-sdk-tools/store';
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10 | import { JsonView, darkStyles } from 'react-json-view-lite';
  11 | import 'react-json-view-lite/dist/index.css';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions