DEVHIDE
        • Home (current)
        • About
        • Contact
        • Cookie
        • Home (current)
        • About
        • Contact
        • Cookie
        • Disclaimer
        • Privacy
        • TOS
        Login Or Sign up

        When get build not Render my child components in Layout But when npm state It works right

        51 Views Asked by Amir esmaeelzadeh At 20 January 2023 at 12:45 2025-12-02T22:01:09.033000

        Layout components :

        1

        return (
                <>
                    <ToastContainer />
                    <div className='font-IranBold'>
                        <div className="border-b border-white dark:border-gray-500">
                            <ul className="flex flex-wrap -mb-px text-sm font-medium text-center text-gray-500 dark:text-gray-400">
                                <Tab TabsInfo={TabsInfo} SetTabState={SetTabState} TabState={TabState} />
                            </ul>
                        </div>
                        <div>
                            {children}
                        </div>
                    </div>
                </>
            )
        

        Childs components in Layout :

          return (
        <>
          <Layout TabsInfo={TabsInfo} SetTabState={SetTabState} TabState={TabState}>
            {
              TabState === 1 ? <Contentfa AdminAboutFa={AdminAboutFa} /> : <Contenten AdminAboutEn={AdminAboutEn} />
            }
          </Layout>
        </>
        

        )

        When I run the project with npm start There is no problem and it runs. When I build, it only displays the names of the components :

        When run with npm start (open to show)

        But :

        When get build (open to show)

        javascript reactjs json components react-children
        Original Q&A
        1

        There are 1 best solutions below

        0
        Shaleen Kachhara Shaleen Kachhara On 24 January 2023 at 13:27

        Will need more info to suggest a solution. Especially what do you mean by this

        When I run the project with npm start There is no problem and it runs. When I build, it only displays the names of the components :

        since the code only executes on npm run start, npm run build is only for bundling the code, we still need to start the app to see anything on the frontend.

        Related Questions in JAVASCRIPT

        • Angular Show All When No Filter Is Supplied
        • Why does a function show up as not defined
        • I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
        • Set "More" "Less" font size
        • Using pagination on a table in AngularJS
        • How to sort these using Javascript or Jquery Most effectively
        • how to fill out the table with next values in array with one button
        • State with different subviews
        • Ajax jQuery firing multiple time display event for the same result
        • Getting and passing MVC Model data to AngularJS controller
        • Disable variable in eval
        • javascript nested loops waiting for user input
        • .hover() seems to overwrite .click()
        • How to sort a multi-dimensional array by the second array in descending order?
        • How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?

        Related Questions in REACTJS

        • What is `_dereq_()` inside React?
        • React TypeError: React.renderComponent is not a function
        • React - saving a component in the ref callback
        • React Rails component: manually triggering a re-render
        • React, ES6 - getInitialState was defined on a plain JavaScript class
        • How to get multiple selected options value in React JS?
        • React.render replace container instead of inserting into
        • reactjs datagrid use html
        • props is not initialized in react component
        • How to display xml data using Reactjs
        • hooking up the data model in ReactJS - syntax
        • ReactJS: How to use an immutable empty array or object
        • How to use Sinon.js FakeXMLHttpRequest with superagent?
        • React select onChange is not working
        • ReactJS - Tutorial Comment System > Threaded commenting

        Related Questions in JSON

        • getting undefined while iterating json
        • How can I serialize a numpy array while preserving matrix dimensions?
        • What is best way to check if any of the property of object is null or empty?
        • How to query JSON data according to JSON array's size with Spark SQL?
        • Extracting data from json_decode with lat and lng geolocation
        • Convert JSON.gz to JSON in node js
        • How do I get the type to convert to when deserializing from Jackson
        • Escape dot in jquery validate plugin
        • Are allOf and properties keywords interchangeable?
        • Sort continents by amount of countries
        • Is there a data format lighter than json?
        • Object of class CS_REST_Wrapper_Result could not be converted to string in CAMPAIGN MONITOR
        • How to read JSON data from a web server running PHP and MySQL?
        • Parse Nsmutabledictionary and extract value
        • Handle empty JSON values in Java

        Related Questions in COMPONENTS

        • Impose component restriction to a series of parsys-CQ
        • Calling controller action from action in component
        • Setting controller property from inside a component
        • ReactJS: jQuery like components built with Flux
        • Make a Component of Android Project for use it inside another android project
        • Export PCA components in r
        • same name component and model in cakePhp?
        • How to align component horizentally using bootstrap?
        • Loading Panel with Image in jFrame: Component must be non-null
        • Angular add attribute(directive) before directive compiled
        • Preventing component creation - Delphi
        • How to set the height of a polymer component to 100%
        • Vaadin CountdownClock Add On. How to freeze CountdownClock component and/or the appearance of count down tex
        • VHDL OR logic with 32 bit vector
        • VHDL using two components from a second file

        Related Questions in REACT-CHILDREN

        • How and when does React.cloneElement() make use of the cloned component's "constructor"?
        • error in react child by udsing array in map function
        • Is it possible to create non-existing properties in child components in React?
        • React component pass down props to children
        • function are not valid as a react child
        • React: How to pass multiple server components to a client component?
        • When get build not Render my child components in Layout But when npm state It works right
        • Add array into object with push
        • Error: Objects are not valid as a React child while using useeffect and fetch
        • React HOC functional component: How to make any children have Parent's state and logic
        • Is it possible document with jsdoc children or render props used as a function?
        • React native child not receiving updated props value
        • In Reactjs, how do you manipulate the children of a child component from a parent component?
        • Adding a prop to a specific React element type in any level of the DOM tree
        • What is the right way to pass array of objects to a form component of react?

        Trending Questions

        • UIImageView Frame Doesn't Reflect Constraints
        • Is it possible to use adb commands to click on a view by finding its ID?
        • How to create a new web character symbol recognizable by html/javascript?
        • Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
        • Heap Gives Page Fault
        • Connect ffmpeg to Visual Studio 2008
        • Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
        • How to avoid default initialization of objects in std::vector?
        • second argument of the command line arguments in a format other than char** argv or char* argv[]
        • How to improve efficiency of algorithm which generates next lexicographic permutation?
        • Navigating to the another actvity app getting crash in android
        • How to read the particular message format in android and store in sqlite database?
        • Resetting inventory status after order is cancelled
        • Efficiently compute powers of X in SSE/AVX
        • Insert into an external database using ajax and php : POST 500 (Internal Server Error)

        Popular # Hahtags

        javascript python java c# php android html jquery c++ css ios sql mysql r reactjs

        Popular Questions

        • How do I undo the most recent local commits in Git?
        • How can I remove a specific item from an array in JavaScript?
        • How do I delete a Git branch locally and remotely?
        • Find all files containing a specific text (string) on Linux?
        • How do I revert a Git repository to a previous commit?
        • How do I create an HTML button that acts like a link?
        • How do I check out a remote Git branch?
        • How do I force "git pull" to overwrite local files?
        • How do I list all files of a directory?
        • How to check whether a string contains a substring in JavaScript?
        • How do I redirect to another webpage?
        • How can I iterate over rows in a Pandas DataFrame?
        • How do I convert a String to an int in Java?
        • Does Python have a string 'contains' substring method?
        • How do I check if a string contains a specific word?

        Copyright © 2021 Jogjafile Inc.

        • Disclaimer
        • Privacy
        • TOS
        • Homegardensmart
        • Math
        • Aftereffectstemplates