sojinantony01 / react-cron-generator

Simple react component to generate cron expressions
MIT License
86 stars 63 forks source link

Stop relying on class name when determining which tab component to display #30

Closed mawaruDOLL closed 3 years ago

mawaruDOLL commented 3 years ago

This pull request introduces a name attribute in the tabs metadata so the component class name doesn't need to be used. It fixes tab display issues when the library is included in an obfuscated project build.

24 addresses the same issue but doesn't support the new custom tab.

SojinAntony commented 3 years ago

@mawaruDOLL Thanks for the full request. I will update the package ASAP Thank you

sojinantony01 commented 3 years ago

Package updated