react-decoupler
react-decoupler copied to clipboard
Bug: Should pass service instead of boundObj?
At line 128, isn't it suppose to be service instead of boundObj? I tried testing that function separately and got an error.
BTW: I found your article while researching React context and dependency injection, I really enjoyed the read! And then I went to check out this library and was picking around to learn how it works that is how I stumbled on this function. Keep up the excellent work!