Last analyzed acb8a69 23 days ago
Default analysis branch is
Currently analyzing run
Should not have unused variables JS-0128
Bug risk
2 months ago7 months old
'i' is defined but never used. Allowed unused args must match /^_/u
235		hijosCarrusel = unCarrusel.querySelectorAll('.carousel-item');
236
237		// Carrusel hijo. Envoltorio por item.
238		Array.prototype.forEach.call(hijosCarrusel, function(el,i){239			envolver(el,item);
240		});
241
'TextControl' is defined but never used. Allowed unused vars must match /^_/u
  5 */
  6import { registerBlockType } from '@wordpress/blocks';
  7import { useBlockProps, InnerBlocks, InspectorControls } from '@wordpress/block-editor';
  8import { PanelBody, SelectControl, ToggleControl, TextControl } from '@wordpress/components';  9
 10/**
 11 * Retrieves the translation of text.
'TextControl' is defined but never used. Allowed unused vars must match /^_/u
  5 */
  6import { registerBlockType } from '@wordpress/blocks';
  7import { useBlockProps, InnerBlocks, InspectorControls } from '@wordpress/block-editor';
  8import { PanelBody, ToggleControl, TextControl } from '@wordpress/components';  9
 10/**
 11 * Retrieves the translation of text.
'renderToString' is defined but never used. Allowed unused vars must match /^_/u
 46 * Import the element creator function (React abstraction layer)
 47 * @see https://developer.wordpress.org/block-editor/reference-guides/packages/packages-element/
 48 */
 49import { createElement, renderToString } from '@wordpress/element'; 50const customIcon = createElement(
 51	'svg',
 52	{ width: 20, height: 20 },