Framework7 problems since 3.8.3 update with existing project (no icons and js error)

I have a Framework7 project created prior to 3.8.3 but since this release, including 3.9.1, each time I open the project and save it (even if the only change is editing 1 character) I get these issues in Wappler and in the local preview in Chrome or Edge:

1) F7 icons have vanished.
Why has Wappler made all my chosen icons disappear in the app? There's just a blank space where they use to be. I notice Wappler is showing a different set of icons when I search through its list. Also the cog icon previously called "settings" is no longer in the list. Very odd.

2) Javascript error: "TypeError: this.getProps is not a function"
I believe this is originating from Framework7. I have not changed any of my code or files since it worked perfectly prior to 3.8.3, so Wappler must have updated some js files somewhere within my project that aren't compatible with previous F7 code.

BaseComponent.js:38 TypeError: this.getProps is not a function
at f7Messages.js:79
at Object.ready (f7.js:32)
at n.render (f7Messages.js:76)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)
at new n (appConnect.js:530)
at n.$addChild (BaseComponent.js:218)
at n. (BaseComponent.js:293)
at Object.walk (dom.js:180)

If I restore a backup of my www folder it works correctly when viewed in a browser. But each time I open it in Wappler 3.8.3 (and now 3.9.1) it re-writes something (code or files) and I get both the above issues when I view it in a browser. So until there's a solution I can no longer use Wappler unless there's a way to down grade it to 3.8.1 maybe. :frowning:

I think Wappler needs to warn users before updating any pre-existing js libraries or code if it's not going to be compatible with an existing project. I read Wappler's "What's New" with each release and didn't see anything about updates not being compatible with existing projects. So this must be a bug?

Wappler Version : 3.9.1 (started in 3.8.3)
Operating System : Windows 10 20H2
Server Model: (none) F7, Cordova
Database Type: None
Hosting Type: Local / IIS

Are you using the “Framework7 v5 with App connect” version?

Yes - “Framework 7.5.7.11 With App Connect” has a green tick/check next to it.

However, in my backup copy of www (that was working with Wappler 3.8.1) some files are older versions:

dmxFramework7.js
Version: 1.0.1
@build 2020-09-04 14:21:51

dmxAppConnect.js
Version: 1.10.6
@build 2021-02-24 09:42:14

Wappler 3.9.1 has newer versions of the above files. I’m guessing they’re not compatible with projects made in earlier versions?

Well you should use the new files, they are all compatible and should work even better.

No, the new files that Wappler added cause the problems I’m reporting here. :frowning:

New files that Wappler updates and then my project has problems:

dmxFramework7.js
Version: 1.1.0
@build 2021-03-12 17:57:48

dmxAppConnect.js
Version: 1.10.9
@build 2021-03-18 13:21:34

@patrick will investigate

1 Like

Hi

I have the same problem just upgraded to 3.9.1.

TypeError: this.getProps is not a function
    at f7Messages.js:79
    at Object.ready (f7.js:32)
    at n.render (f7Messages.js:76)
    at n.constructor (BaseComponent.js:21)
    at n (appConnect.js:530)
    at n.e.hasOwnProperty.e.constructor (appConnect.js:560)
    at new n (appConnect.js:530)
    at n.$addChild (BaseComponent.js:218)
    at n.<anonymous> (BaseComponent.js:293)
    at Object.walk (dom.js:180)

Me too, I added a bug report a few hours previously.
Change to appconnect in 3.9.1 breaks my framework7 app

@George @patrick Morning Gents. Any news on this? it is a breaking change and we can’t develop.

Thanks

regarding the icons
i changed the icons names since its not the same any more after the update.
framework7 updated the naming not wappler.

see:

Hi @George @patrick

Tanks for that but I now get this error:

BaseComponent.js:38 TypeError: Cannot read property 'scrollTop' of undefined
at t.scroll (0:28928)
at t.init (0:28948)
at new t (0:28518)
at Object.create (0:3263)
at f7Messages.js:77
at Object.ready (f7.js:32)
at n.render (f7Messages.js:76)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)

After another refresh:

BaseComponent.js:38 TypeError: Cannot read property 'scrollTop' of undefined
    at t.scroll (0:28928)
    at t.init (0:28948)
    at new t (0:28518)
    at Object.create (0:3263)
    at f7Toggle.js:50
    at Object.ready (f7Toggle.js:50)
    at n.render (f7Toggle.js:50)
    at n.constructor (BaseComponent.js:21)
    at n (appConnect.js:530)
    at n.e.hasOwnProperty.e.constructor (appConnect.js:560)

Which version of Framework7 are you using?

Version: 7 5.7.11 with app connect

Here a new update. Please send me your html page when the update doesn’t work.

dmxFramework7.zip (3.8 KB)

Hi Patrick

Same errors. Attached is my www folder. Thanks.

www.zip (5.7 MB)

I’m also getting the same error as Ray now.

TypeError: Cannot read property ‘scrollTop’ of undefined

If it gets fixed for Ray I think it will get fixed for me too.