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
We've had a client present an edge case that causes snapshots to fail when two different preview functions live in separate files with the same package/name:
We use the FQN of the composable function as the primary key (with preview details), meaning in both cases the key is com.example.MyPreview. Depending on which is invoked first, the second will result in a crash as a snapshot with that key has already been saved.