I have an object which includes string with dot "journey.hintText.journeyTags" as the key. (returned by api response i cannot modify). I would like to destruct content object like const {journey.hintText.journeyTags} = content, but it throws error. Please let me know how I can destruct content object, thanks a lot.
const content = {journey.hintText.journeyTags: 'Please select a tag'}