BugCreators
BugCreators
`craco.config.js` like this ```js module.exports = { devServer: (devServerConfig, { env, paths, proxy, allowedHost }) => { devServerConfig.client.overlay.errors = false; // other... return devServerConfig; }, }; ``` It works in...
Same question in [bubkoo/html-to-image#81](https://github.com/bubkoo/html-to-image/issues/81) And, I noticed there's a [PR#209](https://github.com/bubkoo/html-to-image/pull/209) attempting to solve this problem, I implemented it on [my fork](https://github.com/BugCreators/modern-screenshot/commit/ad9168f5def251d5e7e56f0975c9f156ed7f3c12). The effect is as follows:  Can I make...