You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix[reactSdk][gen1]: ENG-7900 Dynamic Symbol in Visual Editor loads the wrong Symbol type (BuilderIO#3829)
## Description
- When 2 or more dynamic symbols are used in a content, it was showing
the same preview for all the symbols on initial load in the content
editor
- For dynamic symbols we were passing the React key as `undefined` hence
on initial render all the symbol blocks had the same key, now we are
setting the key as the block id.
- This issue is only on the gen 1 react sdk.
**Jira Ticket**
https://builder-io.atlassian.net/browse/ENG-7900
**Loom**
https://www.loom.com/share/831e4bc4816845269769b323b5696765
---------
Co-authored-by: Sami Jaber <[email protected]>
0 commit comments