streetscape.gl
streetscape.gl copied to clipboard
frame Returns Null
The function getLogState has the following structure:|
const getLogState = (log, ownProps) => ({ timestamp: log.getCurrentTime(), frame: log.getCurrentFrame() });
The frame property can sometimes be null, which causes the screen to flicker momentarily.
Could you help investigate and suggest a solution to prevent this flickering issue?