import React from 'react' export default function WorldRecurrenceHelper({ enabled, recurrenceKey, editionYear, recurrenceKeyError, editionYearError }) { if (!enabled) { return (
Use the recurrence key to identify the campaign family. Example: {exampleKey}.
Use the edition year for the specific annual or seasonal instance. Example: {exampleYear}.
Example output: {exampleKey === '' ? 'Halloween' : exampleKey.replace(/-/g, ' ')} {exampleYear} is part of the recurring world {exampleKey}.
The family route resolves to the current or latest edition, while archived editions remain available on a year-specific URL.