-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive number of pending callbacks. #22
Comments
same issues with u @@ |
same issue here. Have you fix it? |
Hi, try to run the ONLY Board component no menu or other screens, if it does fix the problem its probably caused by wrong styles of Board parent container (try to add height/ flex it ) |
Solved? |
same issue here. i think its not solved. |
I agree with u. |
In my end its works great, If one of you guys can upload his project or at least his tech stack with the board code it will be great. |
@TacticCoder import React, {PureComponent} from 'react'; import PushNotifications from '@init/push_notifications'; export let ClientUpgradeListener; export default class ChannelBase extends PureComponent {
} export const style = StyleSheet.create({ |
Hi, this happened when I try to move the cards to another column, then the app crashed and stopped working.
The text was updated successfully, but these errors were encountered: