framework7-plugin-keypad icon indicating copy to clipboard operation
framework7-plugin-keypad copied to clipboard

Framework7.use(Framework7Keypad) crashes after upgrading from F7 4.4.6 to 5.1.1

Open utillity opened this issue 6 years ago • 1 comments

TypeError: module is undefinedclass.js:103
    installModule class.js:103
    use class.js:130
    nyw8 gcu.tsx:18
    Webpack 4
        __webpack_require__
        checkDeferredModules
        webpackJsonpCallback
        <anonym>

utillity avatar Nov 17 '19 09:11 utillity

Try

// import Framework7 from 'framework7/framework7.esm.bundle.js';
import * as Framework7 from 'framework7/js/framework7.bundle.min.js';

That works for me but clearly that is not efficient.

GeorgeD19 avatar Apr 06 '20 19:04 GeorgeD19