react-trello
react-trello copied to clipboard
Unable to try react-trello in a NextJS project
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:
- In a NextJS project, run
pnpm install react-trello
- Just import the Board component on any page
import Board from "react-trello";
(Optionally, use the Board component somewhere on the page) - Go to that page on the browser
Expected behavior Import should work, so that I can use the Board component.
Screenshots
Desktop (please complete the following information):
- OS: MacOS Ventura 13.5.2
- Browser: Chrome
- Version: 116.0.5845.187
Same issue here
Do we have any resolution for this issue?