Component Props doesn't recieve actions

Hey there,

I am trying to get familiar with using Mantra specs right now. So I am trying to implement some basic stuff to just get used to with the specs. I uploaded the entire repo to Github Repo.

The problem is happening both when I load mantra as an npm package to a meteor create path or when I use mantra-cli. After I create an action function like create and I bind it to a depsMapper in my container and useDeps to transfer it to the given component, when the function is called it gives error in the console that

I have checked the forums, even tried nearly everything in the posts. None of the options worked yet.

Before quiting this struggle and returning back, I would like to open a post and ask in here also. What could I have do wrong :slight_smile: