nutritionix / nutrition-label

Create a FDA-style nutrition label with any nutrition data source (even the Nutritionix API - http://www.nutritionix.com/api)
http://www.nutritionix.com/
MIT License
176 stars 66 forks source link

JQuery not defined Error #133

Closed meallogixreid closed 3 years ago

meallogixreid commented 3 years ago

When attempting to import the library into my react app I get a jQuery not defined error. I have not changed any of the plugin code.

Screen Shot 2021-01-21 at 10 03 51 AM Screen Shot 2021-01-21 at 10 04 13 AM
majin22 commented 3 years ago

@meallogixreid sorry for the late reply. I am not familiar with reactJs but the only explanation I can think of is that you didn't include jquery or your code doesn't recognize the jquery that you included. thanks