raster-foundry / blasterjs

React UI library designed and built by Azavea
https://raster-foundry-blaster.netlify.com
Other
6 stars 3 forks source link

Fix callstack error when defining object in user theme not found in base blaster theme #255

Open designmatty opened 4 years ago

designmatty commented 4 years ago
const userTheme = {
    customThingHere: {
        // this will cause an error
    }
}

This is because the current base Blaste theme does not have this object.