Coder Social home page Coder Social logo

Comments (4)

tonyfromundefined avatar tonyfromundefined commented on May 23, 2024 1

@stackflow/plugin-history-sync의 버전을 1.3.9로 다운그레이드 해보시겠어요? 해당 버전은 정상작동합니다

from stackflow.

tonyfromundefined avatar tonyfromundefined commented on May 23, 2024

엇 원래 지원했었는데, 최근 커밋에 버그가 있는것 같네요. 확인해보겠습니다

from stackflow.

ynifamily3 avatar ynifamily3 commented on May 23, 2024

@tonyfromundefined 감사합니다. 혹시 다음과 같은 영상도 동일한 버그일까요? (브라우저 뒤로가기 지원 안 될 때도 있음)

import { AppScreen } from "@stackflow/plugin-basic-ui";
import type { ActivityComponentType } from "@stackflow/react";
import { useFlow } from "../lib/stackflow";

const Article: ActivityComponentType<{ title: string; step: string }> = ({
  params: { title, step },
}) => {
  const { push, pop } = useFlow();

  const onClick = () => {
    push("Article", {
      title: "게시글 내용: " + String(Number(step) + 1),
      step: String(Number(step) + 1),
    });
  };
  const onClick2 = () => {
    pop();
  };
  return (
    <AppScreen appBar={{ title }}>
      <div>여기에는 게시글 내용이 들어갑니다.</div>
      <button onClick={onClick}>푸쉬하기...</button>
      <button onClick={onClick2}>1단계 pop</button>
    </AppScreen>
  );
};

export default Article;


pop.2.mp4

from stackflow.

orionmiz avatar orionmiz commented on May 23, 2024

@stackflow/[email protected]에서 수정되었어요~ 이슈 제보 감사드려요

from stackflow.

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.