After installing the package uniqid from npm, I encountered an issue. Whenever I try to use the uniqid() function, it displays an error message stating "TypeError: _uniqid.uniqid is not a function".
import { uniqid } from 'uniqid';
console.log(uniqid());