DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI

Home Page:https://devexpress.github.io/devextreme-reactive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A dependency not working

dev-khalid opened this issue · comments

Is there an existing issue for this?

  • I have searched this repository's issues and believe that this is not a duplicate.

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

  • devextreme-reactive: xxx
  • react: xxx
  • browser: xxx
  • bootstrap: none
  • react-bootstrap: none
  • material-ui: none
commented

This is a duplicate of #3644

commented

Closing as duplicate