Gentian Collaku
Gentian Collaku
> how can i responsive? Hi @alirezahm7, I made it responsive by making a div which has position relative and and i gave the SimpleImageSlider an absolute position => style={{position:...
> > ## hello developers ... I have a problem I am doing CRUD operation in Django python but I am facing the problem > >  > when...
> Hi everyone! I have faced a problem in the below code: > > def register(request): > if request.method == 'POST': > user_form = UserRegistration(request.POST) > if user_form.is_valid(): > user_form.save()...
> I got the same issue and solved by creating store on the same file as the root component where Provider is applied This worked for me aswell, thanks!