Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit d150578

Browse files
committed
all tests passing with fix #178
1 parent ab566d5 commit d150578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/state.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def set_state(object, name, value, delay=nil)
9696
end
9797
updates.each { |observer, args| observer.update_react_js_state(*args) }
9898
end
99-
else
99+
elsif @rendering_level == 0
100100
updates = Hash.new { |hash, key| hash[key] = Array.new }
101101
set_state2(object, name, value, updates)
102102
updates.each { |observer, args| observer.update_react_js_state(*args) }

0 commit comments

Comments
 (0)