Giter Club home page Giter Club logo

Comments (8)

nksaraf avatar nksaraf commented on July 30, 2024

can you give a github repo as a reproduction so I can try and fix it there.

from vinxi.

simonzeiger avatar simonzeiger commented on July 30, 2024

I added you to my repo here: https://github.com/simonzeiger/substring

Sometimes it just fails to get the an env variable from process.env, and sometimes it throws the missing identifier warning.

The failed env variable is coming from here: https://github.com/simonzeiger/substring/blob/main/src/api/database.ts#L9

from vinxi.

nksaraf avatar nksaraf commented on July 30, 2024

first thing to fix is the top level "use server" in the game.ts file. that will keep the db out of the client. fixing this in #126

from vinxi.

simonzeiger avatar simonzeiger commented on July 30, 2024

Are you saying that I should have one or I shouldn't? For some reason when I put one a the top of that game.ts, everything breaks. It seems a bit fragile of where I can and cannot put "use server" without things getting borked up.

from vinxi.

simonzeiger avatar simonzeiger commented on July 30, 2024

Top level use server in game.ts gives me this error:

H3Error: undefined does not match field "body": BlockStatement of type FunctionExpression

Something going wrong in the transpilation/extraction step. I'm on vinxi 0.1.4

from vinxi.

nksaraf avatar nksaraf commented on July 30, 2024

You will have to override @vinxi/plugin-directives to 0.1.2. In package JSON you can add an overrides field with this entry

from vinxi.

nksaraf avatar nksaraf commented on July 30, 2024

Are you saying that I should have one or I shouldn't? For some reason when I put one a the top of that game.ts, everything breaks. It seems a bit fragile of where I can and cannot put "use server" without things getting borked up.

Yeah we are still finding and fixing all the edge cases and your issues are really helpful in that process

from vinxi.

nksaraf avatar nksaraf commented on July 30, 2024

You will have to override @vinxi/plugin-directives to 0.1.2. In package JSON you can add an overrides field with this entry

This should be bumped in the next solid start version

from vinxi.

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.