Gentian Collaku

Results 4 comments of 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 > > ![Screenshot (142)](https://user-images.githubusercontent.com/46805839/61435856-1caf2500-a957-11e9-8d05-7c132752447d.png) > 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!