-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rrule import (scheduler-core) error seems still to exist #3644
Comments
Facing the same issue; in my app I want to update @mui/x-date-pickers to v6, but the Scheduler implodes with the rrule error when trying to do this. Up until now this library has been great but this has been a blocker for a couple months now and it's making us reconsider changing the DevExtreme Reactive components for something else 😕 Environment:
Edit: upon further checking, it seems that even with MUI Date Pickers still at 5.0.20, the change from Scheduler from 4.0.2 to 4.0.3 introduces the breaking change. A patch version update should not introduce any breaking changes, so I hope this gets addressed soon. |
Hi @omgaunicorn , You need to add our packages to
See the following ticket where we created an example: t1159998 |
We had the same issue after upgrading from |
We have the same issue but we're not using Next. We're using Vite and the error pops up when running unit tests using Vitest. Is there anything similar we can do in the Vite configuration? |
Hi @EmielH |
Hi @artem-kurchenko The error started occurring after adding React Testing Library dependencies. |
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. |
The following configuration in import react from "@vitejs/plugin-react";
import { defineConfig } from 'vitest/config';
export default defineConfig({
plugins: [
react()
],
test: {
environment: 'jsdom',
deps: {
inline: [
"rrule", "@devexpress/dx-scheduler-core", "@devexpress/dx-react-scheduler", "@devexpress/dx-react-scheduler-material-ui",
],
registerNodeLoader: true,
fallbackCJS: true,
interopDefault: true
},
}
}); |
Is there an existing issue for this?
I'm using ...
React Scheduler
Current Behaviour
Expected Behaviour
DX components should correctly render.
Steps to Reproduce
To Reproduce
Environment
The text was updated successfully, but these errors were encountered: