adobe / aio-theme

The Adobe I/O theme for building markdown powered sites
Apache License 2.0
72 stars 43 forks source link

fix: type issue #1537

Closed deepessh closed 11 months ago

deepessh commented 11 months ago

Description

Fixes issue where the type information of the Components is lost because of Webpack (Terser) optimizations. Instead of using type names, changed it to use type directly.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: