Prop "disableddate" is passed to component , but the declared prop name is "disabledDate". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "disabled-date" instead of "disabledDate".