v1.0.2September 17, 2023
๐ Prismane Version 1.0.2
๐งพ Release Notes
This release fixes a very important issue that occured when we extended a component that had the same prop as the component that we were building. This resulted in incorrect prop types and TypeScript error. This issue has now been fixed and all of the overlapping props are being removed in favor of the props in the component that we are building.
๐ Bug Fixes
- - Component prop extension of base component