Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native/appconfigBasic not work #25754

Closed
1 task
tonylumar262012 opened this issue May 5, 2023 · 2 comments
Closed
1 task

react-native/appconfigBasic not work #25754

tonylumar262012 opened this issue May 5, 2023 · 2 comments
Assignees
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

Comments

@tonylumar262012
Copy link

  • azure-sdk-for-js/samples/frameworks/react-native/appconfigBasic/
  •              commit d9e540b    Commits on Apr 6, 2023
    

-Windows 10

  • nodejs
    bug

    -v18.15.0:
    "react": "18.2.0",
    "react-native": "0.71.7",

  • typescript

    • 4.8.4

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:

  1. download sample
  2. npm i
  3. npx react-native run-android
  4. "click me" on the screen

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.

@github-actions github-actions bot added 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-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 5, 2023
@xirzec xirzec removed the needs-team-triage Workflow: This issue needs the team to triage. label May 5, 2023
@github-actions github-actions bot added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label May 5, 2023
jeremymeng added a commit to jeremymeng/azure-sdk-for-js that referenced this issue May 5, 2023
We have the functionality implemented but didn't export it. This PR adds the
export.

Related issue Azure#25754
jeremymeng added a commit that referenced this issue May 5, 2023
We have the functionality implemented but didn't export it. This PR adds
the export.

Related issue #25754

### Packages impacted by this PR
`@azure/core-util`
@jeremymeng
Copy link
Member

This should be fixed now with the newly released @azure/core-util v1.3.2

@jeremymeng
Copy link
Member

Thanks for the report @tonylumar262012! Let us know if there's any other issues.

minhanh-phan pushed a commit to minhanh-phan/azure-sdk-for-js that referenced this issue Jun 12, 2023
We have the functionality implemented but didn't export it. This PR adds
the export.

Related issue Azure#25754

### Packages impacted by this PR
`@azure/core-util`
@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants