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
When using the latest beta release (v1.0.0-beta.2) the import call import WhiteTonePicker from "@adrianjost/two-channel-picker";
that is importing dist/vue/TwoChannelPicker.common.js does not work.
However, the umd package seems to work just fine: import WhiteTonePicker from "@adrianjost/two-channel-picker/dist/vue/TwoChannelPicker.umd.min.js";
Investigate and fix, why that's the case .
The text was updated successfully, but these errors were encountered:
When using the latest beta release (v1.0.0-beta.2) the import call
import WhiteTonePicker from "@adrianjost/two-channel-picker";
that is importing
dist/vue/TwoChannelPicker.common.js
does not work.However, the
umd
package seems to work just fine:import WhiteTonePicker from "@adrianjost/two-channel-picker/dist/vue/TwoChannelPicker.umd.min.js";
Investigate and fix, why that's the case .
The text was updated successfully, but these errors were encountered: