Closed amanda-natallie closed 2 years ago
2.0.0-beta.0
Linux Ubuntu, React JS app
after @toast-ui/react-calendar following the docs and importing the css file on my component, I get this error:
I was able to fix it by manually adding the tui-calendar package
npm install --save tui-calendar
I should be able to import the correct css file without having to install any other packages manually
If you upgraded the package version in your project, you need to change the CSS import statement following this instruction.
Version
2.0.0-beta.0
Test Environment
Linux Ubuntu, React JS app
Current Behavior
after @toast-ui/react-calendar following the docs and importing the css file on my component, I get this error:
I was able to fix it by manually adding the tui-calendar package
Expected Behavior
I should be able to import the correct css file without having to install any other packages manually