Chiru B

Results 96 comments of Chiru B

Correct me if I'm wrong; wouldn't using OpenNext mean you're having to use NextJS on Workers platform meaning static assets (including images, and rendered HTML) would be counted towards requests?...

As an example take the following React Component: ```tsx 'use client'; import { type FC, useCallback } from 'react'; import { useAssets } from '@pixi/react'; import type { Container, Graphics...

> Thank you. Nice find! > > I have yet to run into this specifically, as I was loading the asset in the parent component and passing the loaded texture...

For repro: https://codesandbox.io/p/sandbox/react-pixi-mapped-sprites-dk4jcn