nest_transact
nest_transact copied to clipboard
Is it possible to back port the "null dependency" fix (PR #14) into `v8.0.0`
Thanks for providing this library.
I have a project that I can not yet upgrade to v9.0.1
and I am blocked using the v8.0.0
dues to the "null dependency" issue fixed by #14.
Is it possible to back port the fix and publish it as v8.0.1
?
If you create a branch v8.0.x
branch (from the v8.0.0
tag) I could create a PR with the fix (from #14) for you to check and publish from the v8.0.x
branch).
FYI: The issue occurs when I use @Inject('SOME_STRING') someThing: SomeClass
. In this case the param
is a string that is not canBeRepository
so dependency
is never set.
Hi @maxpeterson! Sorry for the long answer. I will do it on next weekend
@maxpeterson hi! Well... it took a little more time for me, sorry, but I've, finally, created the required branch and you can do, what you would like to do.