This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Description
Hey all,
First of all, this is a truly an awesome project!
In my project I want to render the same component twice with different props, it works really well :)
However, If I write a plugin that uses a hook that receives the components hash (such as prepare_request)
the hooks gets a hash which has only the last component.
I think that the problem is
since it overrides the key.
Just for clarification the batch is sent just fine since it creates the hash differently.
|
jobs.each_with_index { |job, idx| hash[idx.to_s] = job } |
What should I do?
Thanks,
Jonathan