chore: rename method to make it more explicit it is dev only
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import {
|
||||
ComponentPublicInstance,
|
||||
PublicInstanceProxyHandlers,
|
||||
createRenderContext,
|
||||
createDevRenderContext,
|
||||
exposePropsOnRenderContext,
|
||||
exposeSetupStateOnRenderContext,
|
||||
ComponentPublicInstanceConstructor,
|
||||
@@ -521,7 +521,7 @@ export function createComponentInstance(
|
||||
sp: null
|
||||
}
|
||||
if (__DEV__) {
|
||||
instance.ctx = createRenderContext(instance)
|
||||
instance.ctx = createDevRenderContext(instance)
|
||||
} else {
|
||||
instance.ctx = { _: instance }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user