Kite publisher button is not working regularly in React typescript project

xameeramir
By regularly, I mean that sometimes it works and sometimes not.
This is the sample code:
<button data-kite='XXX'
data-exchange='NSE'
data-tradingsymbol={`${stock.symbol}`}
data-transaction_type='BUY'
data-quantity='1'
data-order_type='LIMIT'
data-price={`${stock.currentPrice}`}>BUY</button>
I don't understand what is wrong with this...
Sign In or Register to comment.