Lance Gliser

Results 26 comments of Lance Gliser

The current documentation for [typescript](https://www.contentful.com/developers/docs/javascript/tutorials/typescript-in-javascript-client-library/) suggests you could do manual: ```ts type BlogPostSkeleton = { contentTypeId: "blogPost", fields: { productName: Contentful.EntryFieldTypes.Text, image: Contentful.EntryFieldTypes.Asset, price: Contentful.EntryFieldTypes.Number, categories: Contentful.EntryFieldTypes.Array, } } client.getEntries()...

Will need to retest this after #76 . If it stays as written the only methods for getting a client will be: - Manual creation to pass in as `client`...

I'm running into similar issues in the other direction. According to Axe ruleset's https://dequeuniversity.com/rules/axe/4.5/empty-table-header we shouldn't be using a `th` in the header for a column without a heading. Should...

A quick cheat I used, you might be able to do the same until they give us an `as`. ```tsx import { FC } from "react"; import { twMerge }...

This seems to be working for me in React. ```ts [INLINES.HYPERLINK]: (node, children) => ( {children} ), ``` Ah, you're working with an `Entry` link. I've not encountered yet. So...

Good morning @trentm. We closed out the serialization issue last week. Tried installing the additions today, but it appears the branch that separates is still outstanding. Needing anything from me...

This is implemented in #76. Initialization was moved to the methods, instead of the constructor so thrown errors prevent usage.

@SutuSebastian what's the status here? Updated and have fallen out of date again.

@SutuSebastian Is there any particular direction the Flowbite team might prefer? If I find hours, I could start a PR for discussion.