All Downloads are FREE. Search and download functionalities are using the official Maven repository.

react4j.ReactErrorInfo Maven / Gradle / Ivy

The newest version!
package react4j;

import javax.annotation.Nonnull;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Object" )
public class ReactErrorInfo
{
  @SuppressWarnings( { "NotNullFieldNotInitialized", "unused" } )
  @Nonnull
  public String componentStack;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy