Akshay Malhotra

Results 3 comments of Akshay Malhotra

Hi, I'm facing the same issue in react-sketch and because of this production build is not working. Can you tell me how you added type declaration file manually?

Yes thanks for the suggestion and I did find the declaration file but I'm not able to run project. If possible can you tell me how you added type file...

As suggested in other places I changed following `class CriticalCssMiddleware(object):` to ``` from django.utils.deprecation import MiddlewareMixin class CriticalCssMiddleware(MiddlewareMixin): ``` Django app works fine but when I load the page it...