I've got an issue inside web worker when tried to use @here/maps-api-for-javascript. I think that happens since the webpack changes the code that runs inside th
I'm using Yup to validate my form. In one of my form, I want to validate that one <input type="file" /> has a file. I've tested this (and it's not workin
I defined contextBridge ( https://www.electronjs.org/docs/all#contextbridge ) in preload.js as follows: const { contextBridge, ipcRenderer } = require("elec
** I can't figure out the problem here. Can anyone help me please ** When I pass item as props I got TypeError: Cannot destructure property 'name' of 'item' as
I am trying to write a unit test for a custom react component that use the Dialog from @fluentui/react-northstar when I try to render the component from the tes
I'm trying to add the UI controls (zoom in/out and scale) to a HERE map and I see the svg for the zoom icon render and then the map render on top of the svg. W
I want to write a unit test that opens an antd. Collapse <Panel /> But no matter what combination of fireEvent or userEvent mouse actions I try, I cannot
In the react-js project, I understand the benefit of having every page render on the server and not having to download all the pages when only one page is neede
I create an SPA React application that can send and receive email messages. What is the best way to render received HTML email messages? The task becomes probl
simplifying my post: my ssr webpage blinks when starting client which means page renders server side rendered html then goes blank and then it starts loading e
I am wanting to create a react native badge count for my app. I have been searching the last week with out any luck. I am wanting to do something like the image
The place for the icon is empty. The application itself has it, and everything is fine with the title too Code function showNotification () { new Notification
Deployed my react app on firebase through my VS code terminal, on clicking the url generated, it's showing me the attached firebase welcome screen. Please who k
I'm using victory chart to display data from api. When i search a date through search date component , I noticed when the data changed, the chart didnt re-rende
I'm using ReactJS and when a user clicks a link I want to copy some text to the clipboard. I am using Chrome 52 and I do not need to support any other browsers
I have an existing TypeScript React project that was created before Hooks existed in React, and I'm trying to rewrite all the classes using Hooks. Thus in my pa
I don't understand why useCallback always returns a new ref each time one of the deps is updated. It results in many re-render that React.memo() could have avoi
I don't understand why useCallback always returns a new ref each time one of the deps is updated. It results in many re-render that React.memo() could have avoi
Does the following: <Text style={{color: 'blue', fontSize: 30}} /> Have any performance implications compared to: <Text style={styles.blueButton} /
import {Worker ,Viewer} from @react-pdf-viewer/core; enter image description here