• Resolved mikeknappe

    (@mikeknappe)


    Hi there,

    the latest version (3.4.4) has some problems with the latest WP version (6.1.1):

    
    customizeBannerPreview.tsx:35 Uncaught TypeError: s.control is not a function
        at customizeBannerPreview.tsx:35:112
        at Array.forEach (<anonymous>)
        at customizeBannerPreview.tsx:35:88
        at 3193 (customize_banner.tsx:63:1)
        at r (bootstrap:19:32)
        at startup:4:74
        at r.O (chunk loaded:23:12)
        at startup:5:43
        at customize_banner.lite.js?ver=4ab833b7cd46cb2d900d000591d6ceb5:1:159615
    
    
    const customize = getSidebarCustomize();
      const {
        group
      } = settings;
      [group.checkboxActiveBg, group.checkboxActiveBorderColor, group.checkboxActiveColor].forEach(id => customize.control(id, ({
        container
      }) => container.hover(() => debounce(() => customizeBannerStore.setPreviewCheckboxActiveState(true)), () => debounce(() => customizeBannerStore.setPreviewCheckboxActiveState(false))))); // Automatically open the individual privacy settings when opening the given sections
    

    customize.control is doing the problem here says the dev. console.

    and

    
    bootstrap:19 Uncaught TypeError: Cannot read properties of undefined (reading 'call')
        at r (bootstrap:19:32)
        at 3860 (4400ccf265c0cdad819ed357c92957d6.js?ver=77256a3645c7e77e93a1b113c8d80de8:1:160)
        at r (bootstrap:19:32)
        at 4400ccf265c0cdad819ed357c92957d6.js?ver=77256a3645c7e77e93a1b113c8d80de8:1:37986
        at r.O (chunk loaded:23:12)
        at 4400ccf265c0cdad819ed357c92957d6.js?ver=77256a3645c7e77e93a1b113c8d80de8:1:38009
        at t (jsonp chunk loading:34:28)
        at 4400ccf265c0cdad819ed357c92957d6.js?ver=77256a3645c7e77e93a1b113c8d80de8:1:119
    

    I did a downgrade and everything is fine again.

    Btw. why are you uploading dev. versions, which will be presented in WP backend as update?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Matthias Günter

    (@mguenter)

    Hey @mikeknappe !

    Btw. why are you uploading dev. versions, which will be presented in WP backend as update?

    Can you please share a screenshot?

    I did a downgrade and everything is fine again.

    We did not change anything in the customizer the last time. I just installed a plain WordPress installation with RCB 3.4.4 and WordPress 6.1.1. Unfortunately, I cannot reproduce the issue, all is working fine.

    Can you please share a short screencast video showing the issue?

    Which theme do you have active?

    Have you updated your theme / plugins?

    Plugin Contributor Matthias Günter

    (@mguenter)

    Will close due to inactivity. Feel free to reopen!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bootstrap Error in 3.4.4 (Last Version)’ is closed to new replies.