hyperstack-org / hyperstack-org/hyperstack
a Native::Object in component params can't be retrieved
Ouverte
bug
good first issue
- Langage dominant
- JavaScript
- Étoiles
- 538
- Forks
- 41
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
A Native::Object is a BasicObject and it doesn't respond to "tap".
It defines method_missing so `Native::Object.new.tap` returns nil
At [hyperstack/ruby/hyper-component/lib/hyperstack/internal/component/props_wrapper.rb:113](https://github.com/hyperstack-org/hyperstack/blob/075162ff6cd9ecc8572c3947b3e55c06f669f789/ruby/hyper-component/lib/hyperstack/internal/component/props_wrapper.rb#L113) .tap returns nil so fetch_from_cache returns nil instead of the Native::Object.
I suggest to rewrite fetch_from_cache without using tap.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.