You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving the following error when trying to use your plugin:
Uncaught ReferenceError: pikadayResponsive is not defined
I have ensured that the library is properly loaded, as well as all dependencies.
I have used bower_components/pikaday-responsive/dist/pikaday-package.js, as well as the individual packages from Pikaday, moment, etc. Nothing seems to get this plugin to work.
Here is what I'm currently importing, which doesn't seem to register a global pickadayResponsive object on the window.
I am receiving the following error when trying to use your plugin:
Uncaught ReferenceError: pikadayResponsive is not defined
I have ensured that the library is properly loaded, as well as all dependencies.
I have used
bower_components/pikaday-responsive/dist/pikaday-package.js
, as well as the individual packages from Pikaday, moment, etc. Nothing seems to get this plugin to work.Here is what I'm currently importing, which doesn't seem to register a global
pickadayResponsive
object on the window.Any thoughts? I can get Pikaday to work on it's own, just not with this plugin.
The text was updated successfully, but these errors were encountered: