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
If we want to make the preview shown by default, we've to use the visible prop.
The problem with this prop is that it's not easy to understand and search, so If we search "prev", the visible prop won't be there in the typescript suggestions and no examples are there in the documentation from which one can easily find the way to show the preview by default.
Changes
We can rename the prop from visible to something else which contains the word preview in it so it's easy to find from the typescript suggestions.
Also we can add some examples for this in the documentation.
Current Scenario
visibleprop.Changes
visibleto something else which contains the wordpreviewin it so it's easy to find from the typescript suggestions.