react-chess / chessground

Chessground React Wrapper
https://www.npmjs.com/package/@react-chess/chessground
GNU General Public License v3.0
29 stars 5 forks source link

SyntaxError: The requested module 'chessground' does not provide an export named 'Chessground' #13

Closed vqc closed 1 year ago

vqc commented 1 year ago
import { Chessground as ChessgroundApi } from 'chessground';
         ^^^^^^^^^^^
SyntaxError: The requested module 'chessground' does not provide an export named 'Chessground'

Running into this issue when trying to import @react-chess/chessground. I've checked through for some of the possible explanations for this (e.g. checking to see if chessground itself has an export (it does) and checking to see if chessground has type: module in the its package.json (it does)).

Any idea what might be causing this problem? Noob mistake?

Thanks!

vqc commented 1 year ago

fixed (at the moment) by restarting the entire project from scratch