Describe the bug
Issue: https://discord.com/channels/143824995867557888/1490033292064591943
There is an issue with the MapModificationWarningDialog modal. Even if you check “Don't remind me again”, the dialog box still reappears.
The bug is caused by an issue with the checkbox's ref, which is no longer propagated correctly following a change made 10 months ago.
So the bug isn't caused by MapModificationWarningDialog but by the Checkbox component.
Steps to reproduce
Steps to reproduce the behavior:
- In
SaveProjectButton, comment the condition in the handleSave function
- In the Studio console, go to Application > Local Storage. If the props
neverRemindMeMapModification exists, change the value for false.
- Make any changes in Studio and save.
- The
MapModificationWarningDialog appears. Check “Don't remind me again”.
- In the Studio console, go to Application > Local Storage and check
neverRemindMeMapModification. If false = bug, if true = it's fixed.
Expected behavior
After checking the “Don't ask me again” box, the dialog box should no longer appear.
Which version of Pokémon Studio are you using?
2.9.2
Describe the bug
Issue: https://discord.com/channels/143824995867557888/1490033292064591943
There is an issue with the
MapModificationWarningDialogmodal. Even if you check “Don't remind me again”, the dialog box still reappears.The bug is caused by an issue with the checkbox's ref, which is no longer propagated correctly following a change made 10 months ago.
So the bug isn't caused by
MapModificationWarningDialogbut by theCheckboxcomponent.Steps to reproduce
Steps to reproduce the behavior:
SaveProjectButton, comment the condition in the handleSave functionneverRemindMeMapModificationexists, change the value forfalse.MapModificationWarningDialogappears. Check “Don't remind me again”.neverRemindMeMapModification. Iffalse= bug, iftrue= it's fixed.Expected behavior
After checking the “Don't ask me again” box, the dialog box should no longer appear.
Which version of Pokémon Studio are you using?
2.9.2