Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Remove tempFixUpdateChildrenReEntrancy (#324)
Browse files Browse the repository at this point in the history
We have had this turned on in a few projects for the last few months and it has proven sound. Remove tempFixUpdateChildrenReEntrancy so it is fixed by default.
  • Loading branch information
ConorGriffin37 authored Oct 1, 2021
1 parent f889158 commit 6ed4b8c
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 307 deletions.
4 changes: 0 additions & 4 deletions src/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ local defaultConfig = {
["elementTracing"] = false,
-- Enables validation of component props in stateful components.
["propValidation"] = false,

-- Temporary config for enabling a bug fix for processing events based on updates to child instances
-- outside of the standard lifecycle.
["tempFixUpdateChildrenReEntrancy"] = false,
}

-- Build a list of valid configuration values up for debug messages.
Expand Down
Loading

0 comments on commit 6ed4b8c

Please sign in to comment.