You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "Tooltip" element in Breakdance, the browser console logs the following errors:
[Error] Source Map Load Error (x2)
[Error] Failed to load resource: the server responded with a status of 404 () (popper.min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (tippy.umd.min.js.map, line 0)
This issue occurs even on a clean installation of WordPress with no customizations or additional plugins installed.
Steps to Reproduce
Set up a clean WordPress installation with Breakdance installed and activated.
Create a new page using the Breakdance editor.
Add the "Tooltip" element to the page > Ad a Pulse Dot inside
Save the page and preview it in the browser.
Open the browser console and observe the errors mentioned above.
Expected Behavior
The "Tooltip" element should work without any console errors, and source map files should load correctly if they are required.
Actual Behavior
The console displays source map errors, indicating that the files popper.min.js.map and tippy.umd.min.js.map cannot be found on the server, leading to 404 errors.
Additional Information
The issue is reproducible on a clean WordPress installation.
The missing files are related to the Tooltip's dependencies (popper.js and tippy.js).
The errors do not appear to break functionality but cause unnecessary console clutter.
Description
When using the "Tooltip" element in Breakdance, the browser console logs the following errors:
This issue occurs even on a clean installation of WordPress with no customizations or additional plugins installed.
Steps to Reproduce
Expected Behavior
The "Tooltip" element should work without any console errors, and source map files should load correctly if they are required.
Actual Behavior
The console displays source map errors, indicating that the files popper.min.js.map and tippy.umd.min.js.map cannot be found on the server, leading to 404 errors.
Additional Information
WordPress Version: 6.7.1
Breakdance Version: 2.2
PHP Version: 8.3
Browser: Safari, Chrome, Firefox (MacOS)
The text was updated successfully, but these errors were encountered: