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
I rolled back to the version that contains get_MermaidRoute. This will cause errors for everyone that installed the plugin between 2pm - 11:30pm Pacific Time Sunday May 21st. But this will fix the plugin for the larger number of users who installed the plugin over the last week.
request :
{
"mermaid": "graph TB\n A["Start world()"]\n A --> B["Initialization"]\n B --> C["ZMQ Context Setup"]\n C --> D["Log Setup"]\n D --> E["Plugin Management"]\n E --> F["Initiate UI Update Loop"]\n F --> G["Enter Event Loop"]\n G --> H["Process Incoming Messages"]\n H --> I["Handle Notifications"]\n G --> J["Shutdown"]\n J --> K["Stop Eye Processes"]\n K --> L["Save Session Settings"]\n L --> M["De-initialize Plugins"]\n M --> N["End world()"]"
}
Error:
UnrecognizedFunctionError: get_MermaidRoute
The text was updated successfully, but these errors were encountered: