Stef Winterswijk
Stef Winterswijk
@mourner Hi! Thanks for the example :). I tried setting this up in my project which uses v2.1.0 from mapbox. Since v2 this example doesn't seem to work anymore, I'm...
@BraydenKC Unfortunately not. The owner of this repository is giving some more in depth explanation about the issue: https://github.com/jscastro76/threebox/issues/146#issuecomment-780521627 So let's hope there will be a solution soon..
@satorbs Do you have a full example? It looks better with your changes, but it's not quite there yet.
I solved it this way: ``` import React, { useEffect, useRef, useState } from 'react' import ReactDOM from 'react-dom' const runAxe = () => { let axeRunning = false return...