BugCreators

Results 2 issues of 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: ![1](https://github.com/qq15725/modern-screenshot/assets/33708320/543cd7d7-709a-4794-8c43-4106f144c67b) Can I make...