mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
feat: improve themeability
This commit is contained in:
@@ -73,7 +73,7 @@ const config = (isEsm) => {
|
||||
}),
|
||||
commonjs({
|
||||
namedExports: {
|
||||
react: ['useState', 'useEffect', 'useRef', 'useContext', 'useCallback', 'createElement', 'PureComponent'],
|
||||
react: ['useState', 'useEffect', 'useRef', 'useContext', 'useCallback', 'useMemo', 'createElement', 'PureComponent'],
|
||||
'react-dom': ['createPortal'],
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user