eralmansouri

Results 8 comments of eralmansouri

I have this same issue. This error occurs when I run the game, and the bugsplat shows before the client starts. > LeagueClient.exe(0000003F): WARN| rcp-be-lol-patch| Patcher: Couldn't load release manifest...

Fixed conflicts @odrotbohm

Sorry for the super late reply here but yes the same code is working on 3.19.10 with no issue. Thank you!

> @eralmansouri I strongly believe that you are re-creating the survey model and then load it's state from a database or something. > You should not re-create the SurveyModel object...

@andrewtelnov I modified the code to demonstrate that even if I turn survey into a global variable that is never re-created, the problem persists. ``` const survey = new Model(json);...

> @eralmansouri You're right, I was initially misled by the 0.5-second update delay. I changed it to 5 seconds, which helped me understand the issue better. > > During the...

> [@eralmansouri](https://github.com/eralmansouri), I believe you'll face a similar issue with any React component that updates its input value programmatically and saves onBlur. Handling both behaviors simultaneously is inherently challenging. >...

> @eralmansouri FYI: We have discussed this issue on our daily today. I will try to make a proxy property that will store the data entered onChange event and render...