Open moonjoungyoung opened 6 years ago
my import code is like this. it works fine
const notifications = require('react-notifications'); // TODO: write typed definitions for this package.
const { NotificationContainer, NotificationManager } = notifications;
import 'react-notifications/lib/notifications.css';
getting same issue today,
I am using node-js with react. When I import react-notification, I have a error message.
my import code is like this.
I tried to fix this error by a month, but I failed.. Can somebody help me please?