streetscape.gl icon indicating copy to clipboard operation
streetscape.gl copied to clipboard

frame Returns Null

Open heyu3913 opened this issue 10 months ago • 0 comments

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?

heyu3913 avatar Jan 09 '25 07:01 heyu3913