HackPlan / UUI

Universal Utility-first UI Library

Home Page:https://doc.uui.cool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toast: Unexpected error: ReferenceError: _a is not defined

shincurry opened this issue · comments

  // ...
  static create(props: ToasterFeatureProps, container = ReactHelper.document?.body) { // <----- optional chaining in function default parameter
    const containerElement = ReactHelper.document?.createElement("div");
  // ...

reference: microsoft/TypeScript#36295

fixed in ca56e92