Changes between Initial Version and Version 3 of Ticket #62330
- Timestamp:
- 11/01/2024 07:02:33 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62330
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #62330 – Description
initial v3 1 1 After I update 6.6.1, my website doesn't show menu at mobile device. 2 2 Remote debugger is: 3 Uncaught SyntaxError: Cannot use import statement outside a module 3 `Uncaught SyntaxError: Cannot use import statement outside a module` 4 4 Faulty line seems as below when I check the source: 5 {{{ 5 6 // source --> https://digitalthreadsnews.my.id/wp-includes/blocks/navigation/view.min.js?ver=6.6.1 6 7 import*as e from "@wordpress/interactivity"; 8 }}}