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
When the tabs are defined as $state instead of a const, the Tabs builder causes a state_unsafe_mutation error. This is happening because the value gets set within getTrigger/getContent if value is yet undefined.
The text was updated successfully, but these errors were encountered:
Repro: https://svelte.dev/playground/f4d4b324abe742f7b0fea4d087ddb22e?version=5.19.9
When the tabs are defined as
$state
instead of aconst
, the Tabs builder causes astate_unsafe_mutation
error. This is happening because the value gets set withingetTrigger
/getContent
if value is yet undefined.The text was updated successfully, but these errors were encountered: