Hi, I'm working on migrating from quick v4 to quic...
# box-products
d
Hi, I'm working on migrating from quick v4 to quick v5. I see virtual attributes behave a little differently (they appear persistent across getInstance calls); wondering if that's by design?
Copy code
writedump(getInstance("RMME_A")
	.isVirtualAttribute("foo")) // false

getInstance("RMME_A")
	.appendVirtualAttribute("foo");

writedump(getInstance("RMME_A")
	.isVirtualAttribute("foo")) // true
s
I put this on #quick on the ortus slack