You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: