Replies: 1 comment 1 reply
-
Hi, you probably need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component defined like this:
Ideally, when I select a
subfolder
then I want theFileRepeaterField
to be displayed. However, I get aStatic Render
issue mentioning that I providedsubfolder
however there exists a parameter with (all other fields except subfolder
).What would be great is to have the flexibility to add the
subfolderId
to the URL with the parameter namesubfolderId
so that I could fetch it from the URL directly for other operations.I see that there is
env.withParameter({subfolderId: selectedSubfolderId}). However, it doesn't update the URL and I can't use the
$subfolderId`.Could you help me with the solution? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions