-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template onCreated before templates:forms package #101
Comments
I'm confused about what you are trying to accomplish here. All you need to do to run your own created callback before the package's created callback is call onCreated before you register the template. |
Yes, i'm creating a lib, and want to be able to pass So even when installing an |
Ah. I thought I fixed that a long time ago. I guess I forgot! I will publish an update soon with this fix. |
Just reminding you that this is a breaking change though 😄. |
Hi,
I think there is no clean way to install a created (or any other) hook before
createFactory
is called.I thought about a PR, but in any way i think of it it's not backward compatible.
action
,schema
anddata
arguments from somecollection
andid
template arguments.Workaround for
onCreated
:Is there any chance for the future to switch to using onCreate at register time, and announce the breaking chage?
The text was updated successfully, but these errors were encountered: