-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
need guidanceThe approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.scope: v2 compat
Description
Version
3.1.2
Reproduction link
Steps to reproduce
- open sandbox
- open console
- click reverse
- see first and second refs log
What is expected?
second log should be:
[
<div>bar</div>,
<div>foo</div>,
]
What is actually happening?
second log still be:
[
<div>foo</div>,
<div>bar</div>,
]
jasonhibbs, robertmoura, pistocop, mkarras and shrpnemkarras
Metadata
Metadata
Assignees
Labels
need guidanceThe approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.scope: v2 compat