This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * react-form v1.18.5 | |
| * | |
| * Copyright (c) resourge. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE.md file in the root directory of this source tree. | |
| * | |
| * @license MIT | |
| */ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/node_modules/@resourge/react-form/dist/umd/react-form.development.js b/node_modules/@resourge/react-form/dist/umd/react-form.development.js | |
| index 6a4d276..8bf72f1 100644 | |
| --- a/node_modules/@resourge/react-form/dist/umd/react-form.development.js | |
| +++ b/node_modules/@resourge/react-form/dist/umd/react-form.development.js | |
| @@ -1216,9 +1216,19 @@ | |
| changedKeys.current.add(key); | |
| }; | |
| - react.useEffect(() => { | |
| - changedKeys.current.clear(); |