Walid
Walid
I have it working on one of my heroku instance, with neither `config.assets.initialize_on_precompile = true` or the lab enabled, but my other instance won't show the button either..
adding a reference to #1183 . As mentioned there, maybe a solution would be to expose reinitializing the player?
i'm wondering if it is actually possible to port this one by "simply" changing the nodes rendered, and simplifying whatever methods don't exist on react native 🤔. Might give it...
@parnekov thanks for the tip. The licence is written permission only, though, and also, it doesn't seem that it addresses the bugs from the other projects, nor does it (currently)...
duplicate of #20
Hi @cschneid thanks for your answer. I was indeed using a previous version. I've reverted to jbuilder as i was experimenting performance issues and did want to have scout rather...
@devstarman you'd probably want to use `getDerivedStateFromProps`, as `componentDidMount` is only run once, not when new props arrive: From the warning message: > If you're updating state whenever props change,...
@kevinran When you use ``` edit do field :photo end ``` you need to explicitly list all the attributes what you want to see.
My understanding is that it is because the implementation would typically check for `web3Modal().cachedProvider`, and therefore skip the choice window
I'm also frequently seeing duplicates notifications sent, not sure how to go about that. Any progress or fixes on this issue?