react-jsonschema-form
react-jsonschema-form copied to clipboard
Fix #4080 by moving `base64` encoder/decoder from `@rjsf/utils` to playground
- Move
base64encode/decoder object to playground, remove from utils - Add test script and config to playground
Reasons for making this change
Fixes #4080
Checklist
- [ ] I'm updating documentation
- [ ] I've checked the rendering of the Markdown text I've added
- [X] I'm adding or updating code
- [ ] I'm adding a new feature
- [ ] I've updated the playground with an example use of the feature