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
Rationale: JoomlaEditor in Joomla v5 is now using ESM and Joomla.editors.instances now returns empty, hence, we need to define the script type as module <script type="module">.
The text was updated successfully, but these errors were encountered:
This issue is related to https://github.com/joomlatools/leadman/pull/262#issuecomment-2511889079
Rationale: JoomlaEditor in Joomla v5 is now using ESM and
Joomla.editors.instances
now returns empty, hence, we need to define the script type as module<script type="module">
.The text was updated successfully, but these errors were encountered: