nbudin / react-blockly

A React component that embeds a Blockly visual programming editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"prop-types" not added as dependency

RIT3shSapata opened this issue · comments

I tried using react-blockly with a vite project and this error showed up
image
I looked at the dependencies in the package.json of react-blockly and couldn't find prop-types, I had to manually install prop-types in my project.
Please add this as a dependency.

Good catch, thanks @RIT3shSapata! I've released 7.0.1 which adds prop-types as a dependency, and also allows React 18 as a peer dependency.