Closed jswift24 closed 1 year ago
Hello @jswift24,
I tried to reproduce the issue, but failed. I recommend that you refer to the following NextJS's documentation on possible ways to resolve this issue: NextJS - Module Not Found. You can try using a relative link with node_modules
. For example:
import '../node_modules/@devexpress/dx-react-grid-bootstrap4/dist/dx-react-grid-bootstrap4.css';
If this does not help, please contact us in our Support Center.
Regards, Marc
Thank you for using Devextreme Reactive. We use GitHub issues to track bug and feature requests. We process incoming issues as soon as possible. Issues that have been inactive for 30 days are closed. If you have an active DevExtreme license, you can contact us in our Support Center for updates. Otherwise, post your question on StackOverflow.
Is there an existing issue for this?
I'm using ...
React Grid
Current Behaviour
I'm trying to reproduce the first "getting started" page with the grid component: docs and sandbox. I'm getting the following error:
My browser is pointing to localhost:3000/demo. Here's my code for demo.js:
If I comment out the line below, the app works fine but with no formatting:
//import "@devexpress/dx-react-grid-bootstrap4/dist/dx-react-grid-bootstrap4.css";
Expected Behaviour
Expecting the app to work with bootstrap4.css
Steps to Reproduce
npm i --save @devexpress/dx-react-core @devexpress/dx-react-grid
npm i --save @devexpress/dx-react-grid-bootstrap4
next dev
in command line to start the next.js serverlocalhost:3000/demo
Environment
Using latest available versions of each component as of 12/10/2022