ryanve / response.js

Responsive design toolkit
http://responsejs.com
Other
801 stars 123 forks source link

Cannot read property 'create' of undefined #66

Closed davesunny1985 closed 6 years ago

davesunny1985 commented 6 years ago

hi there,

I am getting the following error when calling respons.create function:

Cannot read property 'create' of undefined

Can you please help me with it?

Thanks :)

ryanve commented 6 years ago

It's spelled Response.create :)

davesunny1985 commented 6 years ago

I think I can not resolve jquery dependency for response.js And it ends up catching that warning of aborting response.js

Can you please help me how shall I go about it?

I am basically using webpack for that

image

image