This has to be the most absurd, far fetched edge case scenario this repository has seen so far, but here goes:
- I have a template that gets an array as prop. ViewModel converts the Array to a ReactiveArray like I'm used to.
- If I have the same template inside an
IFRAME, rendered with same initial properties, the Array prop does not get converted to ReactiveArray.
Reproduction here: https://github.com/arggh/viewmodel-iframe-issue
I tried to make it as simple as possible while still explaining the issue properly. I had to include a router for the IFRAME to work.
This has to be the most absurd, far fetched edge case scenario this repository has seen so far, but here goes:
IFRAME, rendered with same initial properties, the Array prop does not get converted toReactiveArray.Reproduction here: https://github.com/arggh/viewmodel-iframe-issue
I tried to make it as simple as possible while still explaining the issue properly. I had to include a router for the
IFRAMEto work.