Igor Vukelić
Igor Vukelić
Using version 2.6.1. I am getting this warning while testing the components.
After upgrading to the new version of jsdom and jsdom-global I am getting this issue. Code that I am testing has this line inside of it window.alert('Please try again'). It...
Hy glenjamin. I am starting a project that I would like to share with people when it is done . I made a custom react boilerplate, pretty simple for now...
Does anyone know how to add modules to buildpack. I woul like to add [ngx_brotli](https://github.com/google/ngx_brotli) and [gzip_static_module](http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html) but I have no idea how to do it?
If I add "hint" I get an error "The above error occurred in the Tooltip component:" Tried adding it to different things, always the same. I'm using the latest versions...
Is there a way to use it with babel-plugin-react-css-modules? There is no need for style object with this install. For example I use it like this. ``` import './titleComponent.local.scss' const...
With the new mapbox-gl 3.5.2 version I keep getting error **Layer with id "jsx-layer-0" already exists on this map"** that is triggered by Canvas from react-three-map. By using mapbox-gl version...
With the new mapbpx-gl version 3.5.2 I keep getting error **"Layer with id "jsx-layer-0" already exists on this map"** Everything is ok when using version 3.5.1 I am also using...
I am using the latest version of drei. Seems that instructions and types are still saying to use "LinearEncoding" and "sRGBEncoding". In three js this has been changed to THREE.LinearSRGBColorSpace...
### Describe the bug When test files change, Vitests extension doesn't rerun them. The only way to rerun tests files and get new data is to click "Refresh tests" and...