Move useScopeValue hook to shared hooks folder and wrap setValue in a function (#5386)
GitOrigin-RevId: b1a6a4e871af3b52fb3d100a83b479c834cb75ca
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createContext, useContext, useMemo } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import useScopeValue from './util/scope-value-hook'
|
||||
import useScopeValue from '../hooks/use-scope-value'
|
||||
|
||||
export const CompileContext = createContext()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user