I want to load sprites on my mapbox studio map via my own URL. My png, JSON files are ready, but they are not reflected in my map.
const Mapbox = ReactMapboxGl({
accessToken: mapStyle.accessToken,
preserveDrawingBuffer: true,
sprite: "https://example.com/sprites/sprites",
});