electron-trpc
electron-trpc copied to clipboard
Build type-safe Electron inter-process communication using tRPC
One of the breaking changes involves transformers, the error manifests itself on client side as: > Uncaught TypeError: Cannot read properties of undefined (reading 'serialize') With this line being at...
I believe it is coming from here due to `win` being destroyed: https://github.com/jsonnull/electron-trpc/blob/8c2de955b2256e460d827d2103727b03807d00cf/packages/electron-trpc/src/main/createIPCHandler.ts#L57 Here's the full error: 
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://togithub.com/electron/electron) | [`29.3.2` -> `29.4.6`](https://renovatebot.com/diffs/npm/electron/29.3.2/29.4.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
fix #180
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...
fix: corrected typo (TPRC vs TRPC)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...
This is a discussion around what the roadmap to v1.0.0 looks like. I really enjoy this library and believe it's the best way to work with `ipc` communication. I would...
Since Electron 20, the `sandbox` option of window `webPreferences` has been set to true by default. This means that preload scripts can only use a small subset of the Electron...