Will Goto
Will Goto
One option is to use browser extensions to append the URL to the window title, then parse it after retrieving it from active win.
I ran into the same issue. I noticed that the error occurs when building the WIndows app on a MacOS or Windows machine. As @Prat1143 mentioned above, setting the `--x64`...
This could be really helpful to me. Is it also possible to opt-out of the screen recording permission if we do not need the title? I'm not familiar with Swift,...
@achuinard We use active-win in a `setInterval` type behavior. Before triggering any interval behavior, it helps to ask for macOS permissions upfront. You might want to take a look at:...
See: https://github.com/sindresorhus/active-win/pull/96
@sindresorhus bump https://github.com/sindresorhus/active-win/pull/96
Same issue is happening for me even with `universal={true}`. ``` TypeError: document.createElement is not a function at getScrollbarWidth (/Users/wgoto/Projects/sol/web/node_modules/react-custom-scrollbars/lib/utils/getScrollbarWidth.js:20:28) at Scrollbars.render (/Users/wgoto/Projects/sol/web/node_modules/react-custom-scrollbars/lib/Scrollbars/index.js:665:69) at processChild (/Users/wgoto/Projects/sol/web/node_modules/react-dom/cjs/react-dom-server.node.development.js:3134:18) at resolve (/Users/wgoto/Projects/sol/web/node_modules/react-dom/cjs/react-dom-server.node.development.js:2960:5) at ReactDOMServerRenderer.render...
I'm also having the same issue here. @dtbaker were you able to find a solution or figure out what was the problem?
Digging into my source maps on Rollbar, I noticed that Rollbar claims it can't find the source maps for my chunk files because no sourceMappingURL is found. Isn't the whole...
@steveoh Also running into this issue. I have a `.babelrc` file originally set as the following: ```js { "presets": [ "@babel/preset-env", ["@babel/preset-react", { "runtime": "automatic" }] ], "plugins": [ "styled-components"...