HelloBetterLTD / markdownfield

Markdown field for SilverStripe
11 stars 10 forks source link

Image button not working #24

Open nblum opened 5 years ago

nblum commented 5 years ago

Version: 2.0.0 CMS Version 4.3.0 Tested browser: chrome/firefox

Error Description: Clicking on the "insert image" or "embed media" button throws a javascript error

vendor.js?m=1544502093:1 Uncaught Error: Could not find "store" in either the context or props of "Connect(t)". Either wrap the root component in a <Provider>, or explicitly pass "store" as a prop to "Connect(t)".
    at o (vendor.js?m=1544502093:1)
    at new a (vendor.js?m=1544502093:1)
    at c._constructComponentWithoutOwner (vendor.js?m=1544502093:1)
    at c._constructComponent (vendor.js?m=1544502093:1)
    at c.mountComponent (vendor.js?m=1544502093:1)
    at Object.mountComponent (vendor.js?m=1544502093:1)
    at c.performInitialMount (vendor.js?m=1544502093:1)
    at c.mountComponent (vendor.js?m=1544502093:1)
    at Object.mountComponent (vendor.js?m=1544502093:1)
    at c.performInitialMount (vendor.js?m=1544502093:1)
nblum commented 5 years ago

I just tested downgrading silverstripe/recipe-cms

nblum commented 5 years ago

@fonsekaean is this repo still under maintenance?