mirror of https://github.com/sveltejs/svelte
fix: revert props legacy mode regression (#16279)
#16270 removed a condition which seemed to keep passing the corresponding test, but it actually introduced a regression since the PROPS_IS_UPDATED is always set when accessors should be created, which is the case by default in legacy mode tests. Setting accessors to false in the test reveals the regression, so this reverts that part of the refactoringpull/16276/head
parent
11ec907fd5
commit
2f68131e9a
Loading…
Reference in new issue