Closed jsonmaur closed 6 years ago
There is no default export, making import Show from 'react-show' or const Show = require('react-show') both undefined. This fixes that.
import Show from 'react-show'
const Show = require('react-show')
Going to break this. Thanks for the reminder though.
There is no default export, making
import Show from 'react-show'
orconst Show = require('react-show')
both undefined. This fixes that.