p
whydidyourender
package whydidyourender
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- whydidyourender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ComponentOptions extends Object
Use these options when modifying an individual function component.
Use these options when modifying an individual function component.
- Annotations
- @JSType()
- trait Options extends Object
- Annotations
- @JSType()
- implicit final class RichFunction[P <: Object] extends AnyVal
- trait Why extends Object
DO NOT USE.
DO NOT USE. DOES NOT WORK! NEED TO ACCESS CONSTRUCTOR
Use to cast a SFC to and set the individual component's value.
def apply[T<:js.Object](props: Props[T]) = sfc[T].tap{c => c.run.asInstanceOf[Why].whyDidYouRender = true}.apply(props)
- Annotations
- @JSType() @native()