cognite-create 0.2.42 → 0.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -79,4 +79,6 @@ src/components/ui/cognite/select.tsx (107:5) @ SelectItem
|
|
|
79
79
|
|
|
80
80
|
> 107 | <SelectPrimitive.Item
|
|
81
81
|
|
|
82
|
-
Use React best practices when calling useEffect, make sure we are using useMemo and useCallback effectively to avoid re-renders.
|
|
82
|
+
Use React best practices when calling useEffect, make sure we are using useMemo and useCallback effectively to avoid re-renders.
|
|
83
|
+
|
|
84
|
+
Run the lint command after any changes to ensure code quality.
|