react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

Throw warning/error when having an invalid tree

Open wcandillon opened this issue 3 years ago • 0 comments

If we make a mistake in our rendering tree, such as forgetting to wrap a <Shader /> element into a <Paint>, we don't throw any warning. It is probably a low-hanging fruit to provide one which might help the user debug his drawing.

wcandillon avatar Jan 28 '22 08:01 wcandillon