Skip to main content

Utilities

Deprecated Utilities
  • api — It was just an alias for axios library; it has been removed in v1.39.0; use axios directly instead.
  • config — Isomorphic app config. Removed in v1.47.0, use the getConfig() function instead.
  • PT (prop-types) — Removed in v1.36.0, as propTypes checks are ignored by React v19+. Migrate to TypeScript, or alternative type-checking solutions.
  • themed — Aliases for react-themes library were changed in the library v1.48.0, and their documentation page has been moved to React Themes.