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
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/react-controls-platform-libraries.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "You can achieve significant performance gains using React and plat
4
4
keywords: "Component Framework, code components, Power Apps controls"
5
5
ms.author: hemantg
6
6
author: HemantGaur
7
-
ms.date: 02/20/2022
7
+
ms.date: 11/16/2023
8
8
ms.reviewer: jdaly
9
9
ms.custom:
10
10
- "dyn365-a11y"
@@ -124,9 +124,9 @@ Platform libraries are made available both at the build and runtime to the contr
124
124
125
125
A: No. You must create a new control using the new template and then update the manifest and index.ts methods. For reference, compare the standard and react samples described above.
126
126
127
-
### Q: Can I use React controls & platform libraries with portals?
127
+
### Q: Can I use React controls & platform libraries with Power Pages?
128
128
129
-
A: No. React controls & platform libraries are currently only available for canvas and model-driven apps.
129
+
A: No. React controls & platform libraries are currently only supported for canvas and model-driven apps. In Power Pages, React controls don't update based on changes in other fields.
0 commit comments