getting NumberControl component from wp.components returns undefined
-
trying to use a NumberControl component in a Gutenberg plugin, the below gives me undefined for NumberControl. What am I missing?
const { NumberControl } = wp.components; console.log( NumberControl )
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘getting NumberControl component from wp.components returns undefined’ is closed to new replies.