motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.85k stars 849 forks source link

fix: value of isColorString can be undefined or null #2708

Closed iRevolutionDev closed 5 months ago

iRevolutionDev commented 5 months ago

Sometimes the value can be null or undefined and this causes an error in some applications.

image image