Bill Lee
Bill Lee
Hi Dennis, Thanks for getting back. What if I want to dynamically assign the table name and the fields, is there a way to do that? Thanks!
So, I am trying to build a dynamic select box in codesandbox and am getting a bunch of errors. Can someone help me out? Thanks in advance. The link is...
Hi, I have been having this issue for a while now. For me I think I have finally figured out what was happening on my machine. It might not work...
Hi Tommy, Thanks for getting back. How would you like me to reduce the scope and create a repo? Thanks, Bill
no, not really. I just tried all these different suggestions and it eventually went away. I am not even sure what made it go away. it still happens once in...
Get this project and you should be able to see the problem... git clone https://github.com/fmsouza/ethereum-wallet.git
I think I found what the issue is for my specific issue. I was letting react-native start the metro bundler, that will set the working directly to node_modules/react-native and hence...
I am getting this as well. Reloading helps.
Nevermind, I quit code and restarted it and it's now working.
If I add a constructor and remove getInitialState, it seems to work. Do I not need the getInitialState? ``` constructor(props) { super(props); this.state={ value: { firstName: 'John', lastName: 'Doe' }...