Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #62330


Ignore:
Timestamp:
11/01/2024 07:02:33 PM (6 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62330

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #62330 – Description

    initial v3  
    11After I update 6.6.1, my website doesn't show menu at mobile device.
    22Remote debugger is:
    3 Uncaught SyntaxError: Cannot use import statement outside a module
     3`Uncaught SyntaxError: Cannot use import statement outside a module`
    44Faulty line seems as below when I check the source:
     5{{{
    56// source --> https://digitalthreadsnews.my.id/wp-includes/blocks/navigation/view.min.js?ver=6.6.1
    67import*as e from "@wordpress/interactivity";
     8}}}