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
If i set the List.Accordion's description to an empty string "", in current implementation this will print an empty string inside a view and throws an exception.
Expected behaviour
the component should not print the description.
Code sample
<List.Accordiondescription=""/>
Screenshots (if applicable)
What have you tried
Your Environment
software
version
ios or android
react-native
react-native-paper
4.9.1
node
npm or yarn
expo sdk
The text was updated successfully, but these errors were encountered:
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.io link or link to a GitHub repo under your username).
Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.
Current behaviour
If i set the
List.Accordion
'sdescription
to an empty string""
, in current implementation this will print an empty string inside a view and throws an exception.Expected behaviour
the component should not print the description.
Code sample
Screenshots (if applicable)
What have you tried
Your Environment
The text was updated successfully, but these errors were encountered: