I'm using StarknetKit modal with starknet-react. In last version starknetkit@2.3.3 when the modal appears with the connector selection and I click on the connector, the modal window disappears. Although as far as I understand it should stay in "Loading" mode.
It has been experimentally determined that for some reason <div id=“starknetkit-modal-container”>...</div> does not appear after inline style.
I'm using StarknetKit modal with starknet-react. In last version starknetkit@2.3.3 when the modal appears with the connector selection and I click on the connector, the modal window disappears. Although as far as I understand it should stay in "Loading" mode.
It has been experimentally determined that for some reason
<div id=“starknetkit-modal-container”>...</div>
does not appear after inline style.Screenshots attached.