Support ref forwading for Script Component #138
Annotations
3 warnings
|
lint:
packages/lib/src/hooks/use-script.tsx#L51
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
|
lint:
packages/lib/src/components/EnvAtlas.tsx#L42
Mutating a value returned from a function whose return value should not be mutated
|
|
lint:
packages/lib/src/Entity.tsx#L115
This mutates a variable that React considers immutable
|