Fernando
Fernando
npm ERR! Found: [email protected] npm ERR! node_modules/react-native npm ERR! react-native@"0.62.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react-native@"^0.59.0" from [email protected] npm ERR!...
warn: js-transform: Unable to optimize /xxx/node_modules/haunted/lib/virtual.js { err: 'This experimental syntax requires enabling ' + "the parser plugin: 'classProperties' (8:12)" }
I am trying to add a button in each row inside a grid, but I could not get onclick working. Any help would be appreciated ```` function Messages({ newMessage })...
I have tried with no success to pass an attribute and a property to a custom component. I can get active attribute, but not refresh property. function DopplerForm({ active, refresh...
I am using haunted js library in a project and want to deploy it in firebase hosting. But, I got the following message: GET xxx/node_modules/haunted/lib/lit-haunted net::ERR_ABORTED 404 GET xxx/node_modules/haunted/lib/core net::ERR_ABORTED...
I am developing a shopping cart which is using useContext hook. This shopping cart, count products, which can be listed and added to it. I want to adapt the following...
I am trying to develop an upload file component. What I need is to reformat path to filename to show to user. But, I got haunted.js:492 Uncaught (in promise) TypeError:...
I got it to work with express, but it fails with firebase functions. I got a req.file as undefined. I am using cors in any call. Same result in firebase...
## **Describe the bug** Basepath is removed when calling any endpoint on google cloud functions. ## **To Reproduce** The bug is best describe for swagger version in https://github.com/scottie1984/swagger-ui-express/issues/183 ## **Expected...
Hi all, I want to have my public key, but I can't. I generate the private key and I can see it. I am surprise I can't see my public...