I have a video stored in my firebase storage and and I'm able to access it's download URL from firebase and trying to do this: const App = () => { var vide
I'm using react js and firebase. I have this code below. I'm using it to get data from another table. const uniqueEventID = Object.keys(data).map((id) => aa
I have the following code and I am trying to remove or delete a selected file when the x button is press. Currently I am able to upload a image by drag and drop
Happy friday all, Trying to pass an image that I have imported to a react component. My React component: import React from "react"; function profile(props) {
I have a Node/React application that I am running on an Anthos Service Mesh/GKE with an Istio ingress-gateway. Here is my gateway yaml apiVersion: networking.is
I would like some assistance in resolving this error. Am using Jest V28.0.0. Here's how my package.json's test script & devDependencies look like "scri
I want to get the value to true for one second, after which it will revert back to false using settimeout but stuck. Here is my code: const [value, setValue] =
I have forwarded ref using React forwardRef below is my code: interface PropsDummy {} const ProfileMenu = forwardRef<HTMLInputElement, PropsDummy>((props
I am using react-mapbox-gl in my next application, according to the documentation: onStyleLoad: (map, loadEvent) => void called with the Mapbox Map instance
Here's what I'm trying to do: First, I want to display the response I receive from the API (I can do that), but then I want to display the previous prompts and
Edit: Turns out the performance problems only happen during development. Once Gatsby builds the project, everything runs well. I'd be curious to hear if anyone
I have the following component, using Flow: //@flow import React, { type Node } from 'react'; import { useIntl } from 'react-intl'; type Props = { balance: Ob
I use i18next and I want to pass the t function prop to my interface. exp: const { t } = useTranslation(); export interface ITranslate { translate: ... type
I have built a go application using gin and go1.17. I am using go:embed to to serve static content for a SPA app built using react. (trying the approach as sugg
I want to get data from database. the function CurrentUserId get the details of the current user. i need to get data using GetTemplate function the problem is t
This is my current code structure: interface AppOneType { ... } interface AppSecondType { ... } interface HomeType { data: AppOneType; } interfac
I want to dynamically generate a page in the Next-JS app. Inside this page should be imported automatically Icons which fetches from the server Instead of writi
I don't understand why I'm getting this error. I want to understand what's wrong with the following code. const Book = ({ book }) => { const navigate
As mentioned in title I'm facing the error when I'm trying to build. When I run npm run on my machine with below fix, I get the editor working, but when I'm try
I updated [email protected] to [email protected] for okta signin(reactjs). After that I am getting the following errors: [next-auth][error][SIGNIN_OAUTH_ERROR] htt