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
Currently, when dictionaries are modified, their current state is discarded, and the user has to create them from scratch.
Suggested solution
Code has to be added to the flipper-plugin-realm/src/components/objectManipulation/types/DictionaryInput.tsx file, so that the defaultValue property is handled.
The text was updated successfully, but these errors were encountered:
The problem
Currently, when dictionaries are modified, their current state is discarded, and the user has to create them from scratch.
Suggested solution
Code has to be added to the
flipper-plugin-realm/src/components/objectManipulation/types/DictionaryInput.tsx
file, so that thedefaultValue
property is handled.The text was updated successfully, but these errors were encountered: