Skip to content

Commit

Permalink
refactor: remove deprecated attachToDevTools param from `<Applicati…
Browse files Browse the repository at this point in the history
…on>`

Signed-off-by: Trezy <[email protected]>
  • Loading branch information
trezy committed Feb 5, 2025
1 parent c085817 commit a8da228
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/typedefs/ApplicationProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ import { type PixiReactChildNode } from './PixiReactChildNode';

export interface BaseApplicationProps
{
/**
* @description Whether this application chould be attached to the dev tools. NOTE: This should only be enabled on one application at a time.
* @deprecated Pixi.js handles this automatically, making this option superfluous.
*/
attachToDevTools?: boolean

/** @description CSS classes to be applied to the Pixi Application's canvas element. */
className?: string

Expand Down

0 comments on commit a8da228

Please sign in to comment.