Error from Companion: Source and target classes must be identical
This Is Error Its Showing After I Copy Screen And I Try To Test Live This Will Happen, I Also Refresh Page And Also Restart My Mobile But Its Happen Again.
this looks like a bug while copying screens then…
the question is, why are you copying screens? this is considered bad programming practice…
DRY - Don’t repeat yourself…
you should separate data and logic and with for example only one screen together with the logic you can handle as much data as you want… no need to copy screens…