You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs: defaultContext opts.context
arguments to zoid.create are not passed down into framework's register method. All the frameworks use hard constant CONTEXT.IFRAME overriding create-component arguments
The text was updated successfully, but these errors were encountered:
artmanque
changed the title
driver.register does not pass context to init method for ZoidComponentInstance
driver.register does not pass context to render method at init for ZoidComponentInstance
Feb 22, 2022
artmanque
changed the title
driver.register does not pass context to render method at init for ZoidComponentInstance
driver.register does not pass down context to frameworks
Feb 22, 2022
As per the docs:
defaultContext
opts.context
arguments to zoid.create are not passed down into framework's register method. All the frameworks use hard constant
CONTEXT.IFRAME
overriding create-component argumentsSteps to Reproduce:
Live Sandbox: https://codesandbox.io/s/intelligent-wave-8nsb55
The text was updated successfully, but these errors were encountered: