Skip to content
#

prisma

Here are 659 public repositories matching this topic...

prisma
blitz
christianstrang
christianstrang commented Dec 15, 2020

What is the problem?

blitz generate model doesn't allow numbers inside the field name

Steps to Reproduce

  1. run blitz generate wordlist words200:string

Versions

0.27.1

Other

/src/prisma/field.ts is limited to alpha characters only while prisma has the following conventions:

  • Must start with a letter
  • Typically spelled in camelCase
  • Must adhere
cannikin
cannikin commented Dec 15, 2020

I'm seeing an issue where I'm rendering a Cell with children, something like:

<UsersCell>
  <OtherComponent />
</UsersCell>

Here's the error I'm getting in the web console:

readFromStore.js:55 Uncaught TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'Object'
    |     property '_context' -> object with constructor '
amplication
Leeyaacov
Leeyaacov commented Dec 10, 2020

The delete icon alignment in tables should be aligned to the left instead of aligned to the right.

Please change the cell class to:
Should be
td class="min-width mdc-data-table__cell rmwc-data-table__cell"

Instead of
td class="mdc-data-table__cell rmwc-data-table__cell"

See the attached mockup below:
![image](https://user-images.githubusercontent.com/65485193/101739909-de2c840

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.