react-native Unable to resolve module path: /node_modules/rhea/lib/connection.js #25082
Closed
4 of 6 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Describe the bug
Creating new instance of ServiceBusClient, for example:
const serviceBusClient = new ServiceBusClient( 'Endpoint=sb://my-namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=abc123xyz456', );
throws error:
To Reproduce
Steps to reproduce the behavior:
npx react-native@latest init AwesomeProject
const serviceBusClient = new ServiceBusClient( 'Endpoint=sb://my-namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=abc123xyz456', );
Expected behavior
There shouldn't be an issue with resolving module path.
The text was updated successfully, but these errors were encountered: