Skip to content

Module not found: Can't resolve '@table-library/react-table-library/material-ui' #43

@zehawki

Description

@zehawki

When attempting to use the material-ui theme as given here: https://react-table-library.com/?path=/docs/library-themes-material-ui--base,

import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/material-ui';

I get:

Module not found: Can't resolve '@table-library/react-table-library/material-ui'

Further, under Storybook > Lib themes > Material UI > Editable (https://react-table-library.com/?path=/docs/library-themes-material-ui--editable), it has:

import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/themes/material';

That doesnt work either, and

import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/themes/material-ui';

also doesnt work.

Am I missing something?

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