Skip to content

@refinedev/devtools-ui@1.1.20

Compare
Choose a tag to compare
@refine-bot refine-bot released this 06 Apr 08:01
· 60 commits to master since this release
b4ed3be

Patch Changes

  • #5823 aedc6a2961c Thanks @aliemir! - fix: broken lodash imports in ESM builds

    Fixed lodash imports in ESM builds which requires lodash-es imports to use .js extension to work properly unless the bundler is configured to handle non-fully-specified imports.

    Resolves #5822