adrienpoly / stimulus-flatpickr

A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus
MIT License
414 stars 30 forks source link

Stimulus 3.0 support #84

Closed tabuna closed 3 years ago

tabuna commented 3 years ago

Hi, I am getting the following error when I try to compile:

ERROR in ./node_modules/stimulus-flatpickr/dist/index.m.js 1:0-38
Module not found: Error: Can't resolve 'stimulus' in '/Users/tabuna/develop/orchid-project/platform/node_modules/stimulus-flatpickr/dist'

This only happens on version 3 of the stimulus package. Are there any plans to support this for the new version of the package?

adrienpoly commented 3 years ago

Duplicate #83

You can use the 3.0 beta version

tabuna commented 3 years ago

Thanks.