Added image URL support #1020
Merged
Added image URL support #1020
Annotations
10 errors and 3 warnings
Run JS check:
js/ActionPopup/Actions.js#L1
'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
Run JS check:
js/ActionPopup/Actions.js#L2
'react-dom' should be listed in the project's dependencies. Run 'npm i -S react-dom' to add it
|
Run JS check:
js/ActionPopup/Actions.js#L2
'ReactDOM' is defined but never used
|
Run JS check:
js/ActionPopup/Actions.js#L9
Replace `(⏎↹↹↹<></>⏎↹↹)` with `·<></>`
|
Run JS check:
js/ActionPopup/Actions.js#L18
Replace `props.data.map((value,·index)·=>·` with `·props.data.map(⏎↹↹↹↹↹↹(·value,·index·)·=>⏎↹↹↹↹↹↹↹`
|
Run JS check:
js/ActionPopup/Actions.js#L19
Replace `↹↹↹↹↹↹<SortableItem·key={`item-${index}`}·index={index}·item={value}·loopIndex={index}·propRef={props}` with `↹↹↹↹↹↹↹↹<SortableItem⏎↹↹↹↹↹↹↹↹↹key={·`item-${·index·}`·}⏎↹↹↹↹↹↹↹↹↹index={·index·}⏎↹↹↹↹↹↹↹↹↹item={·value·}⏎↹↹↹↹↹↹↹↹↹loopIndex={·index·}⏎↹↹↹↹↹↹↹↹↹propRef={·props·}⏎↹↹↹↹↹↹↹↹`
|
Run JS check:
js/ActionPopup/Actions.js#L20
Replace `))` with `↹↹)⏎↹↹↹↹↹)·`
|
Run JS check:
js/ActionPopup/Actions.js#L26
Replace `Actions);` with `·Actions·);⏎`
|
Run JS check:
js/ActionPopup/SortableItem.js#L1
'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
Run JS check:
js/ActionPopup/SortableItem.js#L8
'close' is defined but never used
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run JS check:
js/ActionPopup/SortableItem.js#L26
ItemGroup not found in '@wordpress/components'
|
Run JS check:
js/ActionPopup/SortableItem.js#L27
Item not found in '@wordpress/components'
|
Loading