react-native/appconfigBasic not work #25754
Labels
App Configuration
Azure.ApplicationModel.Configuration
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-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
-Windows 10
nodejs
-v18.15.0:
"react": "18.2.0",
"react-native": "0.71.7",
typescript
Describe the bug
\temp\appconfigBasic\node_modules\react-native\Libraries\LogBox\LogBox.js:148 Possible Unhandled Promise Rejection (id: 0):
TypeError: (0 , _$$_REQUIRE(...).randomUUID) is not a function
TypeError: (0 , _$$_REQUIRE(...).randomUUID) is not a function
at new PipelineRequestImpl (http://localhost:23947/index.bundle?platform=android&dev=true&minify=false&app=com.appconfigbasic&modulesOnly=false&runModule=true:127190:109)
(0, _$$_REQUIRE(_dependencyMap[4], "@azure/core-util").randomUUID)();
To Reproduce
Steps to reproduce the behavior:
Expected behavior
LOG Running helloworld sample
LOG Adding in new setting Samples:Greeting
LOG Samples:Greeting has been set to Hello!
LOG Samples:Greeting has been set to Goodbye!
LOG Samples:Greeting has been deleted
Screenshots
Running "appconfigBasic" with {"rootTag":11}
C:\temp\appconfigBasic\appConfigSample.ts:7 Running helloworld sample
C:\temp\appconfigBasic\node_modules\react-native\Libraries\LogBox\LogBox.js:148 Possible Unhandled Promise Rejection (id: 0):
TypeError: (0 , _$$_REQUIRE(...).randomUUID) is not a function
TypeError: (0 , _$$_REQUIRE(...).randomUUID) is not a function
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: