Git Product home page Git Product logo

strapi-plugin-point-list's Introduction

strapi-plugin-point-list's People

Contributors

akcyp avatar godzzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

strapi-plugin-point-list's Issues

SrapiV4 - ContentTypeBuilder - create new collection - bug

Description

I could not create a Collection after I setup the point list plugin.

Secreenshot / Reference

props

image

Chrome Console log

main.bundle.js:57546 Uncaught TypeError: Cannot read properties of undefined (reading 'fieldRenderer')
    at main.bundle.js:57546:30
    at root.<computed> (main.bundle.js:57652:15)
    at renderWithHooks (main.bundle.js:142101:18)
    at mountIndeterminateComponent (main.bundle.js:144927:13)
    at beginWork (main.bundle.js:146165:16)
    at HTMLUnknownElement.callCallback (main.bundle.js:131061:14)
    at Object.invokeGuardedCallbackDev (main.bundle.js:131110:16)
    at invokeGuardedCallback (main.bundle.js:131172:31)
    at beginWork$1 (main.bundle.js:151075:7)
    at performUnitOfWork (main.bundle.js:149887:12)

Suggestion

Handle undefined attribute property.

intercept(helperPlugin, 'GenericInput', ({ args: [props], resolve }) => {
  const type = (props.attribute || {}).fieldRenderer || props.type;
  return resolve({
    ...props,
    type,
  });
});

How to save Postgres Array type in v4

actually, i have done the same, but i have a problem, How can i save Postgres Array type in v4
because in v3 it was in Column typ but i dono how can i do it.
can you help me please ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.