DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.07k stars 376 forks source link

A dependency not working #3651

Closed dev-khalid closed 1 year ago

dev-khalid commented 1 year ago

Is there an existing issue for this?

I'm using ...

React Grid

Current Behaviour

In my next.js project Following error is occuring:

SyntaxError: Named export 'RRule' not found. The requested module 'rrule' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using:

import pkg from 'rrule'; const { RRuleSet, RRule } = pkg;

This error happened while generating the page. Any console logs will be displayed in the terminal window.

Expected Behaviour

Please fix the issue so that i can run your package in my next.js application

Steps to Reproduce

No response

Environment

omgaunicorn commented 1 year ago

This is a duplicate of #3644

artem-kurchenko commented 1 year ago

Closing as duplicate