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
It should be possible to let views be injected when using JSX expressions.
One option is to let createElement first check the attached injector for injectionHandlers of that type. If they are present, use that handler, otherwise create instance directly. To pass the creation properties a new decorator @injectionParam could be used to mark a parameter index for passing the injection parameter, or an option of @injectable. Or just assume it's the first parameter.
The text was updated successfully, but these errors were encountered:
It should be possible to let views be injected when using JSX expressions.
One option is to let
createElement
first check the attached injector for injectionHandlers of that type. If they are present, use that handler, otherwise create instance directly. To pass the creation properties a new decorator@injectionParam
could be used to mark a parameter index for passing the injection parameter, or an option of@injectable
. Or just assume it's the first parameter.The text was updated successfully, but these errors were encountered: