You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I've found the only change that needs to be made is replacing instanceOf Immutable.Record. Everything else already uses the sentinels under the hood, so you can include the Immutable library in the bookmarklet, rather than depending on the one on the page.
It's not pure, but using record._defaultValues !== undefined to detect Records worked for me.
It will helps a lot if
installDevTools
can be called directly in this package and only required injectiong code will berequire('immutable-devtools')
The text was updated successfully, but these errors were encountered: