clodal

Results 8 comments of clodal

Coming from a Sequelize world in another boilerplate project and I wouldn't go near it as it is not well-maintained. Reading this thread had me hunting for a better alternative...

Out of curiosity, will this affect the direction of the `mobile` package which primarily relies on React Native? Do you see both mobile package and PWA module co-existing? Happy to...

@vlasenko I see. Cool, i believe PWA will shape web development in the years to come. Excited for this one. Unfortunately, at the moment, literature for PWA react apps are...

Had this issue. Can confirm that this works in 6.5. Thanks!

Have tried this on Next v9 stack and React-PDF v4.1 alongside @felizuno's Dynamic Import patch. ``` import { Document, Page } from 'react-pdf/dist/entry.webpack' ``` However, the PDF gets stuck in...

@steven-ferguson Would you mind to help publish this change with the drop option?

Temp workaround: Downgrade Antd version to "antd": "4.18.2" to resolve this issue for now.