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

The expected behavior should be not to print `Header II` and `Header III` ?  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
looks like strict mode
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...