Christopher Loverich
Christopher Loverich
Could add an `onInvalid` hook with some options to restore or propagate the error. I would personally prefer a hard-error on invalid parsing so I could catch the bug, but...
When you include your main file like this: ```html ``` instead of: ```html // https://github.com/electron/electron/issues/2863 require('./index.js'); ``` The script will run in a browser context, and node variables like `exports`...
@ricky300300 are you asking because the updater is not accepting that json file?
@Volodymyrkohut you likely want to use `componentDidUpdate` as `componentWillReceiveProps` is [deprecated][2] [Example usage][1] with react-router for page view tracking: ``` componentDidUpdate(prevProps) { const currentPage = prevProps.location.pathname + prevProps.location.search; const nextPage...
Just leaving a few links and some notes: - [This user had the same issue](https://github.com/electron/electron-rebuild/issues/591), and resolved it by manually building against their target electron version. - [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3/issues/694) issue that...
@enjikaka yes indeed :D @chrisabrams the full thread includes some interesting discussion on other lib authors take on the subject (including why some shied away from Object.observe)
@JohannesKlauss I am interested in helping out. Do you have a short list of priorities to get rolling? I see a lot of dependabot issues, and a [Version 5 PR](https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1057),...