Ivan Jeremic

Results 51 comments of Ivan Jeremic

For some reason use-force-update stopped working in my project since there are no issues in this repo it's hard for me to find out where the error is because I...

Here the component, the force update in on like 57 in the removeAccount Function. ``` import React, { useState, useContext } from 'react'; import { AccountsContext } from '../../context/AccountsContext/AccountsContext'; import...

> I can see why the readme could create confusion, but this module does not reload any code from disk. This module is useful if you are defining routes from...

> @ivanjeremic Could you please sign the CLA? Otherwise we can't merge this one. Signed it now :)

Any way to diable the rotation?

It works now was an issue with an other hook I guess.

> > ivanjeremic > > How you found a workaround for this? > > ```tsx > const swiperRef = useRef(null); > > // ... > ... > > > ```...

Yeah I have too still the same issue, we need to be able to use a `ref` with `Swiper` ```js ... ```

Does craco in any way support multiple entries?

For those still searching for a solution just switch to Vite.js and all problems are solved.