Skip to content

Error when using <WeekView/> #6

@bdcorps

Description

@bdcorps

I'm using Next.js with app router and I get the below error:

Image

Minimal reproducable example:

"use client";
import {WeekView} from "react-weekview"

export default function Queue() {
  return (
    <div>
      <WeekView />
    </div>
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions