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
Currently if the component is re-render with a document of the same type that it was rendered before, we got a blank screen.
Steps to reproduce
Re-render the component with a document of the same type as the document that it was rendered before.
Expected
The second document should be rendered by the component.
Actual
The second document is not rendered and we get a blank screen instead. If another document with a different type is rendered after this, it works fine and we can render again the first one that we passed of the other type.
The text was updated successfully, but these errors were encountered:
Summary
Currently if the component is re-render with a document of the same type that it was rendered before, we got a blank screen.
Steps to reproduce
Re-render the component with a document of the same type as the document that it was rendered before.
Expected
The second document should be rendered by the component.
Actual
The second document is not rendered and we get a blank screen instead. If another document with a different type is rendered after this, it works fine and we can render again the first one that we passed of the other type.
The text was updated successfully, but these errors were encountered: