235 De Tham str, Pham Ngu Lao ward, Dist 1, District 1, Ho Chi Minh City, Ho Chi Minh, Vietnam Check inMon, Feb 10 Check outTue, Feb 11 Check availability & prices 1/1 Guesthouse/bed and breakfast Highlights Located in heart of Ho Chi Minh City ...
(props); + } else if (typeof type === "string") { + return originalJSX; + } +} +``` + +After this change, `translateForBrowser` will only attempt to call some function if the original JSX's `type` actually _is_ a function like `Greeting`. + +So that's the result I ...