MacOS Catalina
1.7.21
saveSettings handler should allow for settings to be saved...
SaveSettings handler should fire correctly and save my settings...
install latest package, launch playground, open dev tools, go to settings, change any settings press command+s or click saveSettings button . saveSettings handler is not a function.
If i hard code in version 1.7.9 (first version i tested) into the script tag inside the render-playground-page.js file the error is resolved.
_Please provide a gif or image of the issue for a quicker response/fix._

@binoy14 @beeman is this something we forgot to test in the last release? Hmmm

thanks for reporting @elektro1103! confirmed on netlify
In fact, I can't seem to find when this was last set up properly in master. looks like this prop handler has been missing for a while, looking at PlaygroundWrapper.tsx more closely
Thanks guys !! appreciate the quick fix!