publishpress / PublishPress-Blocks

PublishPress Blocks adds the missing blocks and configuration you need to build professional websites. Take the control of the new Gutenberg editor with user edition profile configuration and 20+ new blocks and options.
14 stars 8 forks source link

Replace lodash functions #1347

Open htmgarcia opened 7 months ago

htmgarcia commented 7 months ago

We're using lodash but likely WP will remove completely in future. As example: lodash.times. Let's replace it wih our own. Perhaps with a custom PublishPress npm package?

Related to #1342 #1346