Volodymyr Huzar

Results 6 issues of Volodymyr Huzar

When `:ssl` key is provided inside "shadow-clj.edn" server (`npx shadow-cljs server`) always runs with SSL. However, a configuration could have `:dev-http` entries which doesn't require SSL, e.g. using `{:ssl false}`...

Rule `typecheck-object` is wrongly failed for simple comparing with 'object' string ```javascript var variable = 'object'; return variable === 'object' ``` Same issue with other `typecheck-*` rules I have opened...

Hacktoberfest

## Bug report "ReactDOM.render(): Invalid component element" is shown in console when a component is removed from the DOM The error comes from packages/element-react/src/index.ts line 11 ``` render(null, this.renderRoot); ```...

**Do you want to request a *feature* or report a *bug*?** I suppose it is rather new *feature* than *bug* **What is the current behavior?** ```javascript describe('suite', function () {...

### Steps to reproduce Open the page with tests ### Actual result "Run x tests" is disabled ### Expected result "Run x tests" is enabled on the first render ###...