Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
export 'PickerViewRoot' and export 'MobileDatePicker' not found ... (module has no exports)

I am using @mui/x-date-pickers and @date-io/date-fns to create a DatePicker. I am following this guide and this guide on how to get the correct modules installed, but I am presented with the following errors when I import the required modules to render a date picker.

Error Messages

Here are my imports:

import { AdapterDateFns } from "@mui/x-date-pickers/AdapterDateFns";
import { DatePicker } from "@mui/x-date-pickers/DatePicker";
import { LocalizationProvider } from "@mui/x-date-pickers/LocalizationProvider";

And the DatePicker:

        return (
            <LocalizationProvider dateAdapter={AdapterDateFns}>
                <DatePicker
                    label={title}
                    value={value}
                    onChange={(e) => {
                        setDetails((prev) => {
                            const update = [...prev.fields];
                            update[index] = {
                                ...update[index],
                                Value: e.target.value,
                            };
                            return { ...prev, fields: update };
                        });
                        renderInput={(params) => <TextField {...params} />}
                    }}
                />
            </LocalizationProvider>
        );
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!