Ladi
Ladi
You need to use 'compass-rails' gem and inside application.rb require compass-magick like this: ``` ruby config.compass.require "magick" ```
For me the way to fix this is to remove additional plugins inside Hardhat that are outputting something on the stdout. In my case it was `require("hardhat-gas-reporter");`. Hope this helps!
@TheZombieLives I would keep this here until RN itself starts to use it and upgrades to gradle 3.x. Ref: https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle#L280
@JatinKinra In order to help you, can you provide more detailed step-by-step of what you do and what systems are you running it with? Thank you.
Can you modify the Readme and create PR for this?
I had the same issue, and in my case, the reason why it reloaded is that I had in the `useEffect` dependency array a variable that did change on every...
@elbywan any possibility of getting the new Solana app released with the off-chain signing?Thank you.
@jordansexton Thanks for the review and feedback. I've applied all the input and reverted all the new derivative path codes. Feel free to let me know if there's anything else...
When I have time in my day I'll do better example how to use the plugin. Sorry for not precise doc. I'm super busy with other work.
@jkbrooks Build and lint fixed.