solana-playground
solana-playground copied to clipboard
Memory leak on api requests
There can be memory leak if a user changes explorer pages during an async request. We should check to see if the component is still mounted at the end of the request before updating the state.