Code Monkey home page Code Monkey logo

Comments (5)

ckoliber avatar ckoliber commented on June 3, 2024 1

Oops, I've forgot to remove unused file {mdx.slug}.jsx, that causes this problem,
By removing this file problem solved, Thank you @romelperez
The site is now available at this

from arwes.

romelperez avatar romelperez commented on June 3, 2024

Hello @ckoliber !

The error details are not enough to determine what is the cause.

The framework components have been used in Gatsby 3 with MDX pages and so far it has worked fine.

Let me know if you already found a solution.

from arwes.

ckoliber avatar ckoliber commented on June 3, 2024

The problem detail is available here

https://github.com/ckoliber/ckoliber.github.io/runs/3718165267?check_suite_focus=true

This repository has the source code that builder tries to build

from arwes.

romelperez avatar romelperez commented on June 3, 2024

I downloaded your repo and ran npm run build and I reproduced it. The error message details is at: https://reactjs.org/docs/error-decoder.html/?invariant=130&args[]=object&args[]=

It is not related to Arwes, but a component you are building with an incorrect type. For example:

React.createElement(type, props, children)

If you are provided a type as something different from string or function/class component, then you get that error.

It also can happen for some of Arwes components expecting one of those two. For example, the frame components such as the FrameBox component expect a property as to be a valid HTML tag string name.

from arwes.

ckoliber avatar ckoliber commented on June 3, 2024

You are right, the problem is about incorrect type, but the error message Is related to Rendering of MDX file content/educations/kharazmi-en/ when I remove all the MDX files and related Content components the project will build successfully, do you have any example with Gatsby, MDX and Arwes ? I think I can compare those projects and It can help me to find the problem

from arwes.

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.