I deployed my app to AWS Amplify and when I connect a custom domain like app.murmurcars.com browser shows a blank page. But when I use the domain https://dev69
I am using a component from a library (react-native-searchable-dropdown) that already has some onBlur function implemented by default. I want to add some additi
I thought that if I want to pass a state in another component, it is possible only through props or with contextAPI (provider etc). For example: import { create
I used reactstrap Tootltip and the target for it is supposed to be some div. I want tooltip to be always on the bottom of the main container. Unfortunately the
I'm trying to use react-hook-form with multi-select and select but it is not working. It worked with normal text field but not with select and multiselect. Here
I cant preview the image inside the store, it says undefined I manage to upload it on images/ folder but the name of the file is undefined instead of the actual
I'm trying to play different videos on language change. however the same video always plays, useEffect(() => { console.log("language changed: ", i18n.langua
I have react web app where I want to implement phone auth. I have initialized recaptchaVerifier based on docs and examples. However if I want to submit the for
I have installed mongo db. Then when i tried to execute .mongo or mongo in command prompt. It's showing this error: .mongo' is not recognized as an internal
For rendering smaller components/jsx within a bigger component, there are multiple approaches that one can follow. For example, consider this: Method 1: functio
I've a Wordpress site hosted in WPEngine. I'm running a react application inside Wordpress using ReactPress plugin. https://####.wpengine.com/rpressapp/ - this
I am trying to get data from laravel api by fetching it. In postman it`s working even with authorization with sanctum. When I fetch with post method it gives: F
I am doing a tutorial on the web and I ran into an error while trying to run a truffle test. I am not sure where I am going wrong or what to do in this event. C
We're adding CodeClimate to a project and running into a lot of method-lines errors for the render functions in our React components, example:- Function render
I am writing cypress tests, and I want to test a feature of our program which will display data as it begins to appear. This could be a list with several hundre
This is a component that render data from firebase storage and make it listed. What the function has to do is set the videos extracted from firebase storage to
I am using next.js, react18 and next-auth. I have a login component that checks the session and displays a login or logout link, depending on you are logged in
When call in my front (React) My code: const checkAllowance = await contract.GetAllowance.call({ from: account }).catch((e
environment webpack 4.41.2 typescript 3.7.2 problem When I compile files by webpack development mode, there is no problem. But when I compile by production
I work on a project developed in React + coreui that has always worked perfectly. However, in the last week, I had an inexplicable problem when deploying a modi