• 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 )
    
    • This topic was modified 2 years, 10 months ago by kimaldis.

    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.