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
There's an issue with the UI behavior in the Starknet Remix plugin that prevents users from deploying multiple contracts in succession. After deploying one contract, the plugin automatically switches to the Interact tab and prevents the user from accessing the Deploy tab to work with additional contracts.
Steps to Reproduce
Select a wallet (e.g., Braavos, Sepolia)
Compile a Scarb project containing at least 2 contracts
In the Deploy tab, select the first contract and declare it
Deploy the declared contract
Observe that the tab automatically switches to the Interact tab
Attempt to select the Deploy tab to declare and deploy the second contract from the project
Expected Behavior
The user should be able to freely switch between tabs, including returning to the Deploy tab to work with additional contracts after deploying the first one.
Actual Behavior
When attempting to select the Deploy tab after deploying the first contract, it closes automatically and moves the user back to the Interact tab, preventing the declaration and deployment of subsequent contracts.
The text was updated successfully, but these errors were encountered:
Created from #259 point 2.
There's an issue with the UI behavior in the Starknet Remix plugin that prevents users from deploying multiple contracts in succession. After deploying one contract, the plugin automatically switches to the Interact tab and prevents the user from accessing the Deploy tab to work with additional contracts.
Steps to Reproduce
Select a wallet (e.g., Braavos, Sepolia)
Compile a Scarb project containing at least 2 contracts
In the Deploy tab, select the first contract and declare it
Deploy the declared contract
Observe that the tab automatically switches to the Interact tab
Attempt to select the Deploy tab to declare and deploy the second contract from the project
Expected Behavior
The user should be able to freely switch between tabs, including returning to the Deploy tab to work with additional contracts after deploying the first one.
Actual Behavior
When attempting to select the Deploy tab after deploying the first contract, it closes automatically and moves the user back to the Interact tab, preventing the declaration and deployment of subsequent contracts.
The text was updated successfully, but these errors were encountered: