Reactiflux

R

Reactiflux

Join the community to ask questions about Reactiflux and get answers from other members.

Join

react-forum

help-js

help-threads-react

nguyen_dev – 19-31 Jun 23

I have two different electron applications that are built using electron-builder, each has their own unique appId, but for some reason, Windows 11 seem to think that they both are the same application and showing two windows when hovering one application. (Notice that each window has their own logo)
No description

✅ – satvvrn – 15-47 Jun 12

I need a little Regex help. Consider the following string: x..y..x..z. I want to match x..y and x..z separately. x(.+?)z matches x..y..x..z which is Not what I want. What Regex pattern would match only x..z?
Solution:
((?!Address).)* then instead of [^x]*
Message Not Public
Sign In & Join Server To View

✅ – fateassassin – 18-10 Jun 5

```js var todoItems = JSON.parse(localStorage.getItem("todos")); var id = null; try{id = todoItems[todoItems.length - 1].id + 1;} catch{id = 1;}...
Solution:
onChange={(e) => setTodo(e.value)} this wrong
Message Not Public
Sign In & Join Server To View

✅ – _mercury – 05-25 May 9

what is wrong with that regex ?
Solution:
i will add my barriers to strengths the pass a bit
No description