Skip to content

Commit

Permalink
fix: update ui exports
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffis committed Mar 20, 2023
1 parent 97939d4 commit f66e38a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/ui/manager/src/globals/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,23 @@ export default {
'isValidElement',
'lazy',
'memo',
'startTransition',
'unstable_act',
'useCallback',
'useContext',
'useDebugValue',
'useDeferredValue',
'useEffect',
'useId',
'useImperativeHandle',
'useInsertionEffect',
'useLayoutEffect',
'useMemo',
'useReducer',
'useRef',
'useState',
'useSyncExternalStore',
'useTransition',
'version',
],
'react-dom': [
Expand Down

0 comments on commit f66e38a

Please sign in to comment.