arthur-feral / emogeez

MIT License
4 stars 1 forks source link

TypeError: emogeez_react_components__WEBPACK_IMPORTED_MODULE_4___default.a is undefined #30

Open thijssmudde opened 4 years ago

thijssmudde commented 4 years ago

image

25 | const {EmojisPopupToggler} = emojisComponents

To reproduce

import emojisComponents from 'emogeez-react-components'
const {EmojisPopupToggler} = emojisComponents
arthur-feral commented 4 years ago

Hello!

Thank you for reporting this issue.

could you try with this syntax please:

import { EmojisPopupToggler } from 'emogeez-react-components'