Giter Club home page Giter Club logo

Comments (5)

maintainerd avatar maintainerd commented on June 2, 2024

This issue has been tagged with the not-enough-information label. In order for us to help you,
please respond with the following information:

  • A description of the problem, including any relevant error output that can find.
  • A full repro, if possible. Otherwise, steps to reproduce.
  • The versions of the packages that you are using.
  • The operating system that you are using.
  • The browser or environment where the issue occurs.

If we receive no response to this issue within 2 weeks, the issue will be closed. If that happens,
feel free to re-open with the requested information. Thank you!

from rapscallion.

divmain avatar divmain commented on June 2, 2024

Hey @aga5tya. We don't have any ready-made Koa examples, but the response objects should all operate the same under the hood. Need more information to determine if this is a bug or if there's something missing on your end.

from rapscallion.

aga5tya avatar aga5tya commented on June 2, 2024

@divmain, Apologize for not sharing complete details, il push a repro in sometime. Probably something to do with the way I'm implementing.

from rapscallion.

aga5tya avatar aga5tya commented on June 2, 2024

@divmain I have pushed in a repro below, "yarn install && yarn run develop" should get the application up.
https://github.com/aga5tya/react-universally/tree/feature/rapscallion-integration

Key changes i did are at this commit.
aga5tya/react-universally@4183a50

Let me know if you need any clarifications :)

from rapscallion.

ethersage avatar ethersage commented on June 2, 2024

@aga5tya Without knowing the specific error or symptoms you're seeing, from the commit you posted I believe I see two potential issues:

  1. ServerHTML appears to be a react component that returns a rapscallion renderer (by invoking template). This will not work, as the React renderer expects a React element to be returned from the render method (or a stateless functionial component in this case).
  2. I don't think this would cause any issues, but you do not need to embed renderers inside your template literal if they have the same options as their parent renderer (the template literal in this case). You can just embed your components or functions that return components in the literal.

I'm closing this issue, as I believe 1) above should be a good start for your issue. Please feel free to reopen if you are still having issues and please post as much information, including the error, as possible. Thanks.

from rapscallion.

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.