rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.19k stars 482 forks source link

Unable to try react-trello in a NextJS project #532

Open augiwan opened 1 year ago

augiwan commented 1 year ago

Describe the bug Unable to try and use react-trello with just the basic example (just the Board component). I tried using it in a NextJS project, with a pnpm install.

To Reproduce Steps to reproduce the behavior:

  1. In a NextJS project, run pnpm install react-trello
  2. Just import the Board component on any page import Board from "react-trello"; (Optionally, use the Board component somewhere on the page)
  3. Go to that page on the browser

Expected behavior Import should work, so that I can use the Board component.

Screenshots Screenshot 2023-09-30 at 10 40 09 PM

Desktop (please complete the following information):

bouncingbumble commented 9 months ago

Same issue here

milindagrawal commented 3 months ago

Do we have any resolution for this issue?