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
It is empty hash value([{}]) in cache_filter_args at Cell::Caching#render_state.
Then call helper method with wrong args ([{}]) in Cell::Caching#cache?.
It raises the error of wrong number of arguments when exec
Cell::Caching#render_state
with conditionals helper method in ruby 3.0.Steps to reproduce
ref: taketo1113@1fb75e0
Expected behavior
It will pass test WithCondition cell with keyword args.
Actual behavior
It raises the below error.
It is empty hash value(
[{}]
) incache_filter_args
atCell::Caching#render_state
.Then call helper method with wrong args (
[{}]
) inCell::Caching#cache?
.https://github.com/trailblazer/cells/blob/master/lib/cell/caching.rb#L46
System configuration
The text was updated successfully, but these errors were encountered: