Git Product home page Git Product logo

Comments (5)

cspeer avatar cspeer commented on June 29, 2024

So, I dug a little deeper, and it turns out that this exception is only thrown if the payload that's sent along from the js bridge component contains a non-empty array. Something like:

import { BridgeComponent } from '@hotwired/strada';

export default class extends BridgeComponent {
  static component = 'app';

  connect () {
    this.send('connect', { value1: 'strings are fine', value2: [1, 2, 3] }, () => null);
  }
}

from react-native-turbo-demo.

pklatka avatar pklatka commented on June 29, 2024

Hi @cspeer,

thank you for reporting the issue. I've created an update-server branch that includes your BridgeComponent example (I modified form_controller.js to send the same payload). Unfortunately, I cannot reproduce the error. Without a more detailed error message or example, I am unable to resolve the issue. Are you able to provide an example app or website, or better still, modify the example app/server in the repo to replicate the crash?

from react-native-turbo-demo.

cspeer avatar cspeer commented on June 29, 2024

Unfortunately, no other message is thrown. And the app doesn't actually crash. Nothing happens, it's just that none of the Strada components are being executed because no message is sent from the web page to the app.
I only got this message by wrapping the part that is actually sending the message in a try-catch statement.
Either way, I'll try and make some time to reproduce the issue and get back to you.

from react-native-turbo-demo.

pklatka avatar pklatka commented on June 29, 2024

@cspeer does this issue still occurs when using beta versions ([email protected] and [email protected])?

from react-native-turbo-demo.

cspeer avatar cspeer commented on June 29, 2024

Hi @pklatka,

sorry for the late reply.
I just created a new expo dev build with both of these releases, but unfortunately the problem still persists.
I wish I had better news.

// Update
I'm not sure why exactly, but now it actually does work. I had to quit the dev build completely inbetween. So, I guess it's fixed 🥳

from react-native-turbo-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.