I have a project where we want to be able to open a Modal with the sketchfield and I'm running into an issue where trying to open the Modal causes the sketchfield to be infinitely re-rendered. I've tried just a basic modal like this:
`
I figured out what is causing the issue. Its because I don't have a width set and there isn't a defaultProp for the width as a backstop for this situation.
I have a project where we want to be able to open a Modal with the sketchfield and I'm running into an issue where trying to open the Modal causes the sketchfield to be infinitely re-rendered. I've tried just a basic modal like this: `
` but no luck it just re-renders endlessly.