Open sankaran1984 opened 2 years ago
@sankaran1984, thanks for reporting this. While I appreciate the narrative above, it would be helpful if you can prepare a sample project with all source code you are describing above that we can reference. My concern is that in attempting to reproduce this, we may inadvertently create something different and go down a wrong path. Thanks for the help.
Thanks @ImJohnMDaniel Here's my local project in my own dev org where I reproduced this issue,
https://github.com/sankaran1984/MyOrg/tree/main/force-di-issue-83
let me know if you need more information.
Resolution It may not be the best solution, but I manage to fix it in our local repo until this gets properly fixed. Here's my quick fix, line 105 & 112
Describe the bug I am seeing an error when the binding value is modified in the parent component's init handler.
To Reproduce 1) create a test lightning App
Testapp.app
TestappController.js
Steps to reproduce the behavior:
Expected behavior No error expected.
Screenshots and text of error observed
Version Did you try to reproduce the problem against the latest force-di code? yes