diff --git a/src/Wrap.js b/src/Wrap.js index 31c1a53..42e402c 100644 --- a/src/Wrap.js +++ b/src/Wrap.js @@ -9,8 +9,8 @@ export type WrapProps = { } & ContentLoaderProps const Wrap = (props: WrapProps): React.Element<*> => { - let idClip = uid() - let idGradient = uid() + const idClip = uid() + const idGradient = uid() return (