You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
pnpm install react-trello
import Board from "react-trello";
(Optionally, use the Board component somewhere on the page)Expected behavior
Import should work, so that I can use the Board component.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: