Skip to content

[BUG]: Template literal not interpolated in SendOperations.js error message #1791

@Sam-61s

Description

@Sam-61s

Describe the bug

The error message in SendOperations.js uses ${methodName} inside a string literal (single quotes) instead of a template literal (backticks), causing the variable to not be interpolated. This results in the error message displaying the literal string ${methodName} instead of the actual method name.

Location

File: packages/components/src/components/SendOperations.js
Line: 98

Current Code (Incorrect)

console.error('Error sending ${methodName} message:', error);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions