Results 20 comments of kl.nevermore

ohh I pasted it wrong @heshamwhite https://codesandbox.io/p/sandbox/primereact-demo-forked-9r6dqh?file=%2Fsrc%2FApp.js%3A32%2C20

![20240307161630_rec_](https://github.com/primefaces/primereact/assets/25167742/7c2feb41-2db4-4ae1-8f00-344892bb5413)

The expected behavior should be not to print `Header II` and `Header III` ? ![image](https://github.com/primefaces/primereact/assets/25167742/3568de2d-6d03-4e19-9771-fe4a950ae55d) https://stackblitz.com/edit/react-ra5y1y-mc3ywu?file=src%2FApp.js,package.json

@atrhacker I just encountered this problem too you can add dismissable={false} ```tsx setVisible(false)} /> ```

``` Electron version: 16.0.0 @electron/remote version: 2.0.1 ``` same error

> This used to work in version 1.x with the `{ webPreferences: { enableRemoteModule: true } }` setting added to the `BrowserWindow`. I found a solution ```ts const mainWindow =...

> sorry I forgot I set it before now,I replaced remote with ipc(https://github.com/electron/electron/issues/21408#issuecomment-564184702)

> replace `remote` is best solution

RP submitted use ref cached `editingRowDataState` - prevent warning of Cannot update a component while rendering a different component(#5556 ),call other setState in the callback of setState - `switchCellToViewMode` is...