thpo

Results 26 comments of thpo

Sure: Next.js v12.0.8

To make Plock work fine I use this code with js and no typescript: ``` import Card from './card' import dynamic from 'next/dynamic' const Plock = dynamic( import('react-plock').then((mod) => mod.Plock),...

It started to work when I navigated the app. Everything fine since then, thanks for the great project.

I have the same problem and my code works only when I mount the component for the first time. If I navigate elsewhere and then come back, I get the...

I think I'm starting to understand what's happening. A long as I navigate through my app via react-native-router-flux, componentWillUnmount is never called, so I cant turn off Firebase's listener, so,...

@SteffeyDev Looks like mine a is different issue. I usually do console.disableYellowBox = true; until I fond the solution.

Great ! But then how do you delete the file that you downloaded on the server ?

I had the same issue. I npm-installed it (+react-Komposer) and everything works fine.

your issue was closed (maybe misunderstood "solves the issue" ?) I like this too - with react-styling : ``` const style = styler ` card padding-bottom: 0 ` ```