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 c6332e3 commit d527780Copy full SHA for d527780
packages/frender-hook-element/src/hook_element/csr.rs
@@ -43,6 +43,7 @@ fn increment_update_times(
43
const MAX_MINUS_1: UpdateTimes = UpdateTimes::MAX - 1;
44
match *update_times {
45
MAX_MINUS_1 => {
46
+ *update_times = UpdateTimes::MAX;
47
// TODO: warn instead of log
48
renderer.log(&format!(
49
r##"WARNING: HookElementUpdateStateTooManyTimes.
0 commit comments