SyntaxError: Named export 'useClickAway' not found.
SyntaxError: Named export 'useClickAway' not found. The requested module 'react-use' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'react-use';
const { useClickAway: c, useKey: i } = pkg;
1 Reply
Hey, is it from our SFUI 2 library?