We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1413358 commit dda3a89Copy full SHA for dda3a89
lib/inertia_rails/renderer.rb
@@ -179,7 +179,7 @@ def keep_prop?(prop, path)
179
return false if excluded_by_except_partial_keys?(path_with_prefixes)
180
end
181
182
- # Precedence: Evaluate LazyProp only after partial keys have been checked
+ # Precedence: Evaluate IgnoreOnFirstLoadProp only after partial keys have been checked
183
return false if prop.is_a?(IgnoreOnFirstLoadProp) && !rendering_partial_component?
184
185
true
0 commit comments