You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
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
hypernova-ruby/lib/hypernova/controller_helpers.rb
Line 82 in e6c6553
since it overrides the key.
Just for clarification the batch is sent just fine since it creates the hash differently.
hypernova-ruby/lib/hypernova/batch.rb
Line 45 in e6c6553
What should I do?
Thanks,
Jonathan